diff options
Diffstat (limited to 'dggui/texturedbox.cc')
-rw-r--r-- | dggui/texturedbox.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/texturedbox.cc b/dggui/texturedbox.cc index e48353a..c19b8d6 100644 --- a/dggui/texturedbox.cc +++ b/dggui/texturedbox.cc @@ -28,7 +28,7 @@ #include <cassert> -namespace GUI +namespace dggui { TexturedBox::TexturedBox(ImageCache& image_cache, const std::string& filename, @@ -144,4 +144,4 @@ bool TexturedBox::hasAlpha() const return true; } -} // GUI:: +} // dggui:: |