summaryrefslogtreecommitdiffstats
path: root/src/ui/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/image.cpp')
-rw-r--r--src/ui/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/image.cpp b/src/ui/image.cpp
index aff2dcb..3c52d86 100644
--- a/src/ui/image.cpp
+++ b/src/ui/image.cpp
@@ -75,7 +75,7 @@ bool CImage::Create(Math::Point pos, Math::Point dim, int icon, EventType eventT
// Specifies the name of the image display.
-void CImage::SetFilenameImage(char *name)
+void CImage::SetFilenameImage(const char *name)
{
if ( m_filename[0] != 0 )
{