summaryrefslogtreecommitdiffstats
path: root/src/ui/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/target.h')
-rw-r--r--src/ui/target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/target.h b/src/ui/target.h
index a2615b4..0b5b67d 100644
--- a/src/ui/target.h
+++ b/src/ui/target.h
@@ -23,6 +23,7 @@
#include <common/event.h>
+namespace Ui {
class CTarget : public CControl
{
@@ -41,3 +42,4 @@ class CTarget : public CControl
};
+}