summaryrefslogtreecommitdiffstats
path: root/src/ui/label.h
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.h
parenta00032d07565b39b8cd1a485b0dd02df87cc18e7 (diff)
downloadcolobot-c02ac93379287fd83b134c34aa925c85fcda8e26.tar.gz
colobot-c02ac93379287fd83b134c34aa925c85fcda8e26.tar.bz2
colobot-c02ac93379287fd83b134c34aa925c85fcda8e26.zip
* list.cpp compiles
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
};
+}