summaryrefslogtreecommitdiff
path: root/dggui/canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/canvas.h')
-rw-r--r--dggui/canvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/canvas.h b/dggui/canvas.h
index d6e8f99..1b0b5b2 100644
--- a/dggui/canvas.h
+++ b/dggui/canvas.h
@@ -28,7 +28,7 @@
#include "pixelbuffer.h"
-namespace GUI
+namespace dggui
{
//! Abstract class that can be used by the Painter to draw on.
@@ -41,4 +41,4 @@ public:
virtual PixelBufferAlpha& getPixelBuffer() = 0;
};
-} // GUI::
+} // dggui::