summaryrefslogtreecommitdiffstats
path: root/src/ui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/list.h')
-rw-r--r--src/ui/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/list.h b/src/ui/list.h
index 2fc5e4d..b0bc65b 100644
--- a/src/ui/list.h
+++ b/src/ui/list.h
@@ -69,7 +69,7 @@ class CList : public CControl
void SetBlink(bool bEnable);
bool GetBlink();
- void SetName(int i, char* name);
+ void SetName(int i, const char* name);
char* GetName(int i);
void SetCheck(int i, bool bMode);