diff options
Diffstat (limited to 'dggui/widget.h')
-rw-r--r-- | dggui/widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/widget.h b/dggui/widget.h index b9436b7..bf391c5 100644 --- a/dggui/widget.h +++ b/dggui/widget.h @@ -34,7 +34,7 @@ #include <vector> -namespace GUI +namespace dggui { struct Point @@ -136,4 +136,4 @@ protected: bool dirty{true}; }; -} // GUI:: +} // dggui:: |