summaryrefslogtreecommitdiffstats
path: root/src/ui/label.cpp
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-17 23:56:29 +0200
committererihel <erihel@gmail.com>2012-08-17 23:56:29 +0200
commitc02ac93379287fd83b134c34aa925c85fcda8e26 (patch)
tree2d1ee236479de47404c71ecac207569e4f0b82d3 /src/ui/label.cpp
parenta00032d07565b39b8cd1a485b0dd02df87cc18e7 (diff)
downloadcolobot-c02ac93379287fd83b134c34aa925c85fcda8e26.tar.gz
colobot-c02ac93379287fd83b134c34aa925c85fcda8e26.tar.bz2
colobot-c02ac93379287fd83b134c34aa925c85fcda8e26.zip
* list.cpp compiles
Diffstat (limited to 'src/ui/label.cpp')
-rw-r--r--src/ui/label.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/label.cpp b/src/ui/label.cpp
index ec7b2cb..fb5f1d8 100644
--- a/src/ui/label.cpp
+++ b/src/ui/label.cpp
@@ -20,6 +20,8 @@
#include <ui/label.h>
+namespace Ui {
+
// Object's constructor.
@@ -78,3 +80,5 @@ void CLabel::Draw()
m_engine->GetText()->DrawText(std::string(m_name), m_fontType, m_fontSize, pos, m_dim.x, m_textAlign, 0);
}
+
+}