diff options
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/glk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glk.h b/engines/glk/glk.h index 91a6371e98..a2cc3e4981 100644 --- a/engines/glk/glk.h +++ b/engines/glk/glk.h @@ -167,7 +167,7 @@ public: /** * Returns any options returned with the game's detection entry */ - const uint getOptions() const { return _gameDescription._options; } + uint getOptions() const { return _gameDescription._options; } /** * Return the game engine's target name |