summaryrefslogtreecommitdiff
path: root/dggui/drawable.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/drawable.h')
-rw-r--r--dggui/drawable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/drawable.h b/dggui/drawable.h
index 95492d6..84e33db 100644
--- a/dggui/drawable.h
+++ b/dggui/drawable.h
@@ -29,7 +29,7 @@
#include <cstdlib>
#include <cstdint>
-namespace GUI
+namespace dggui
{
class Colour;
@@ -49,4 +49,4 @@ public:
virtual bool hasAlpha() const = 0;
};
-} // GUI::
+} // dggui::