diff options
Diffstat (limited to 'dggui/eventhandler.cc')
-rw-r--r-- | dggui/eventhandler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/eventhandler.cc b/dggui/eventhandler.cc index fd333b8..b2cf616 100644 --- a/dggui/eventhandler.cc +++ b/dggui/eventhandler.cc @@ -30,7 +30,7 @@ #include "painter.h" #include "dialog.h" -namespace GUI +namespace dggui { EventHandler::EventHandler(NativeWindow& nativeWindow, Window& window) @@ -294,4 +294,4 @@ void EventHandler::unregisterDialog(Dialog* dialog) } -} // GUI:: +} // dggui:: |