summaryrefslogtreecommitdiff
path: root/dggui/imagecache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/imagecache.cc')
-rw-r--r--dggui/imagecache.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/imagecache.cc b/dggui/imagecache.cc
index d3130fe..fa2197b 100644
--- a/dggui/imagecache.cc
+++ b/dggui/imagecache.cc
@@ -30,7 +30,7 @@
#include "image.h"
-namespace GUI
+namespace dggui
{
ScopedImageBorrower::ScopedImageBorrower(ImageCache& imageCache,
@@ -100,4 +100,4 @@ void ImageCache::giveBack(const std::string& filename)
}
}
-} // GUI::
+} // dggui::