summaryrefslogtreecommitdiff
path: root/dggui/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/led.h')
-rw-r--r--dggui/led.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dggui/led.h b/dggui/led.h
index 14ab6ef..7a1f55f 100644
--- a/dggui/led.h
+++ b/dggui/led.h
@@ -28,7 +28,8 @@
#include "widget.h"
-namespace GUI {
+namespace dggui
+{
class LED : public Widget {
public:
@@ -51,4 +52,4 @@ private:
state_t state;
};
-} // GUI::
+} // dggui::