summaryrefslogtreecommitdiff
path: root/dggui/painter.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/painter.h')
-rw-r--r--dggui/painter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/painter.h b/dggui/painter.h
index 9bf7fbf..09c490d 100644
--- a/dggui/painter.h
+++ b/dggui/painter.h
@@ -31,7 +31,7 @@
#include "colour.h"
#include "pixelbuffer.h"
-namespace GUI
+namespace dggui
{
class Font;
@@ -100,4 +100,4 @@ void Painter::draw(Iterator begin, Iterator end, int x_offset, int y_offset, Col
}
}
-} // GUI::
+} // dggui::