summaryrefslogtreecommitdiff
path: root/dggui/imagecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/imagecache.h')
-rw-r--r--dggui/imagecache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/imagecache.h b/dggui/imagecache.h
index d31a844..15ecaf3 100644
--- a/dggui/imagecache.h
+++ b/dggui/imagecache.h
@@ -30,7 +30,7 @@
#include <map>
#include <utility>
-namespace GUI
+namespace dggui
{
class Image;
@@ -69,4 +69,4 @@ protected:
std::map<std::string, std::pair<std::size_t, Image>> imageCache;
};
-} // GUI::
+} // dggui::