summaryrefslogtreecommitdiffstats
path: root/src/ui/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/label.h')
-rw-r--r--src/ui/label.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/label.h b/src/ui/label.h
index f65e1dd..303b698 100644
--- a/src/ui/label.h
+++ b/src/ui/label.h
@@ -24,6 +24,7 @@
#include <common/event.h>
+namespace Ui {
class CLabel : public CControl
{
@@ -38,3 +39,4 @@ class CLabel : public CControl
};
+}