summaryrefslogtreecommitdiff
path: root/wx+/image_resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/image_resources.h')
-rw-r--r--wx+/image_resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/image_resources.h b/wx+/image_resources.h
index 2ac6f308..6993e6f3 100644
--- a/wx+/image_resources.h
+++ b/wx+/image_resources.h
@@ -15,7 +15,7 @@ namespace zen
{
//pass resources .zip file at application startup
void imageResourcesInit(const Zstring& zipPath); //throw FileError
-void ImageResourcesCleanup();
+void imageResourcesCleanup();
const wxImage& loadImage(const std::string& name, int maxWidth /*optional*/, int maxHeight /*optional*/);
const wxImage& loadImage(const std::string& name, int maxSize = -1);
bgstack15