summaryrefslogtreecommitdiff
path: root/dggui/texture.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/texture.cc')
-rw-r--r--dggui/texture.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/texture.cc b/dggui/texture.cc
index 8cd7040..788835f 100644
--- a/dggui/texture.cc
+++ b/dggui/texture.cc
@@ -26,7 +26,7 @@
*/
#include "texture.h"
-namespace GUI
+namespace dggui
{
Texture::Texture(ImageCache& image_cache, const std::string& filename,
@@ -69,4 +69,4 @@ bool Texture::hasAlpha() const
return true;
}
-} // GUI::
+} // dggui::