summaryrefslogtreecommitdiffstats
path: root/src/ui/label.cpp
diff options
context:
space:
mode:
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);
}
+
+}