From 402fb78aaf49177a9333b8ab9b7a826e56726dc0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 1 Jan 2019 00:16:13 -0800 Subject: GLK: Remove redundant const prefix from getOptions --- engines/glk/glk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/glk.h') 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 -- cgit v1.2.3