diff options
Diffstat (limited to 'dggui/pixelbuffer.h')
-rw-r--r-- | dggui/pixelbuffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/pixelbuffer.h b/dggui/pixelbuffer.h index 5c11d14..58fec00 100644 --- a/dggui/pixelbuffer.h +++ b/dggui/pixelbuffer.h @@ -34,7 +34,7 @@ #include "guievent.h" -namespace GUI +namespace dggui { class PixelBuffer @@ -98,4 +98,4 @@ public: bool has_last{false}; }; -} // GUI:: +} // dggui:: |