summaryrefslogtreecommitdiff
path: root/dggui/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/font.h')
-rw-r--r--dggui/font.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dggui/font.h b/dggui/font.h
index 2e3f87a..6ce1f5c 100644
--- a/dggui/font.h
+++ b/dggui/font.h
@@ -32,7 +32,8 @@
#include "pixelbuffer.h"
#include "image.h"
-namespace GUI {
+namespace dggui
+{
class Font {
public:
@@ -61,4 +62,4 @@ private:
int spacing{1};
};
-} // GUI::
+} // dggui::