aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/input.h')
-rw-r--r--engines/queen/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/input.h b/engines/queen/input.h
index 93e2bde638..0aa04dd026 100644
--- a/engines/queen/input.h
+++ b/engines/queen/input.h
@@ -141,7 +141,7 @@ private:
const char *_currentCommandKeys;
//! command keys for all languages
- static const char *_commandKeys[];
+ static const char *const _commandKeys[];
//! verbs matching the command keys
static const Verb _verbKeys[];