summaryrefslogtreecommitdiff
path: root/src/game/game_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_info.hpp')
-rw-r--r--src/game/game_info.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_info.hpp b/src/game/game_info.hpp
index f4fc5ed86..a799ed7d6 100644
--- a/src/game/game_info.hpp
+++ b/src/game/game_info.hpp
@@ -40,7 +40,7 @@ public:
*/
const char *GetAPIVersion() const { return this->api_version; }
- /* virtual */ bool IsDeveloperOnly() const { return this->is_developer_only; }
+ bool IsDeveloperOnly() const override { return this->is_developer_only; }
private:
int min_loadable_version; ///< The Game can load savegame data if the version is equal or greater than this.