Skip to content

Commit

Permalink
GLK: Remove redundant const prefix from getOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jan 1, 2019
1 parent ea53893 commit 402fb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/glk/glk.h
Expand Up @@ -167,7 +167,7 @@ class GlkEngine : public Engine {
/**
* 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
Expand Down

0 comments on commit 402fb78

Please sign in to comment.