diff options
Diffstat (limited to 'dggui/image.h')
-rw-r--r-- | dggui/image.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dggui/image.h b/dggui/image.h index d162a75..a6bf43e 100644 --- a/dggui/image.h +++ b/dggui/image.h @@ -33,7 +33,8 @@ #include "colour.h" #include "resource.h" -namespace GUI { +namespace dggui +{ class Image : public Drawable @@ -72,4 +73,4 @@ protected: bool has_alpha{false}; }; -} // GUI:: +} // dggui:: |