summaryrefslogtreecommitdiffstats
path: root/src/common/restext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/restext.h')
-rw-r--r--src/common/restext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/restext.h b/src/common/restext.h
index b47e03c..4b565ba 100644
--- a/src/common/restext.h
+++ b/src/common/restext.h
@@ -43,7 +43,7 @@ enum ResType
// TODO: move to CRobotMain
extern void SetGlobalGamerName(char *name);
-extern bool SearchKey(char *cmd, KeyRank &key);
+extern bool SearchKey(const char *cmd, KeyRank &key);
extern bool GetResource(ResType type, int num, char* text);
extern const char * const strings_text[];