diff options
Diffstat (limited to 'dggui/button_base.cc')
-rw-r--r-- | dggui/button_base.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dggui/button_base.cc b/dggui/button_base.cc index bf441f5..4625b55 100644 --- a/dggui/button_base.cc +++ b/dggui/button_base.cc @@ -26,7 +26,8 @@ */ #include "button_base.h" -namespace GUI { +namespace dggui +{ ButtonBase::ButtonBase(Widget *parent) : Widget(parent) @@ -113,4 +114,4 @@ void ButtonBase::mouseEnterEvent() } } -} // GUI:: +} // dggui:: |