summaryrefslogtreecommitdiff
path: root/dggui/button_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/button_base.h')
-rw-r--r--dggui/button_base.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dggui/button_base.h b/dggui/button_base.h
index c872d9b..72f693b 100644
--- a/dggui/button_base.h
+++ b/dggui/button_base.h
@@ -32,7 +32,8 @@
#include "widget.h"
-namespace GUI {
+namespace dggui
+{
class ButtonBase
: public Widget
@@ -75,4 +76,4 @@ protected:
State button_state{State::Up};
};
-} // GUI::
+} // dggui::