summaryrefslogtreecommitdiff
path: root/src/game/game_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_config.hpp')
-rw-r--r--src/game/game_config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_config.hpp b/src/game/game_config.hpp
index e9ebdc38c..dfae62c3a 100644
--- a/src/game/game_config.hpp
+++ b/src/game/game_config.hpp
@@ -42,7 +42,7 @@ public:
bool ResetInfo(bool force_exact_match);
protected:
- /* virtual */ ScriptInfo *FindInfo(const char *name, int version, bool force_exact_match);
+ ScriptInfo *FindInfo(const char *name, int version, bool force_exact_match) override;
};
#endif /* GAME_CONFIG_HPP */