diff options
Diffstat (limited to 'dggui/guievent.h')
-rw-r--r-- | dggui/guievent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/guievent.h b/dggui/guievent.h index 4ad0798..aae0ae1 100644 --- a/dggui/guievent.h +++ b/dggui/guievent.h @@ -30,7 +30,7 @@ #include <list> #include <memory> -namespace GUI +namespace dggui { enum class EventType @@ -209,4 +209,4 @@ struct Rect } }; -} // GUI:: +} // dggui:: |