summaryrefslogtreecommitdiff
path: root/dggui/eventhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/eventhandler.h')
-rw-r--r--dggui/eventhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/eventhandler.h b/dggui/eventhandler.h
index 8d6f492..6a2b48f 100644
--- a/dggui/eventhandler.h
+++ b/dggui/eventhandler.h
@@ -34,7 +34,7 @@
#include "guievent.h"
#include "nativewindow.h"
-namespace GUI
+namespace dggui
{
class Window;
@@ -75,4 +75,4 @@ private:
std::list<Dialog*> dialogs;
};
-} // GUI::
+} // dggui::