From c02ac93379287fd83b134c34aa925c85fcda8e26 Mon Sep 17 00:00:00 2001 From: erihel Date: Fri, 17 Aug 2012 23:56:29 +0200 Subject: * list.cpp compiles --- src/ui/label.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/label.cpp') 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 +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); } + +} -- cgit v1.2.3-1-g7c22