diff options
Diffstat (limited to 'dggui/nativewindow.h')
-rw-r--r-- | dggui/nativewindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/nativewindow.h b/dggui/nativewindow.h index 400ff57..07c3559 100644 --- a/dggui/nativewindow.h +++ b/dggui/nativewindow.h @@ -34,7 +34,7 @@ #include "guievent.h" -namespace GUI +namespace dggui { struct Point; @@ -97,4 +97,4 @@ public: virtual Point translateToScreen(const Point& point) = 0; }; -} // GUI:: +} // dggui:: |