diff options
Diffstat (limited to 'dggui/helpbutton.h')
-rw-r--r-- | dggui/helpbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/helpbutton.h b/dggui/helpbutton.h index 6e97eca..639799a 100644 --- a/dggui/helpbutton.h +++ b/dggui/helpbutton.h @@ -30,7 +30,7 @@ #include "button_base.h" #include "tooltip.h" -namespace GUI +namespace dggui { class HelpButton @@ -55,4 +55,4 @@ private: Tooltip tip; }; -} // GUI:: +} // dggui:: |