summaryrefslogtreecommitdiffstats
path: root/src/ui/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/image.h')
-rw-r--r--src/ui/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/image.h b/src/ui/image.h
index f24684a..b73a5ae 100644
--- a/src/ui/image.h
+++ b/src/ui/image.h
@@ -42,7 +42,7 @@ public:
void Draw();
- void SetFilenameImage(char *name);
+ void SetFilenameImage(const char *name);
char* GetFilenameImage();
protected: