diff options
Diffstat (limited to 'dggui/tabbutton.h')
-rw-r--r-- | dggui/tabbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/tabbutton.h b/dggui/tabbutton.h index 1e9371a..ac9a37c 100644 --- a/dggui/tabbutton.h +++ b/dggui/tabbutton.h @@ -32,7 +32,7 @@ #include "font.h" #include "texturedbox.h" -namespace GUI +namespace dggui { class ScrollEvent; @@ -82,4 +82,4 @@ private: Font font{":resources/fontemboss.png"}; }; -} // GUI:: +} // dggui:: |