diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ class Map final : public Properties, public ConfigListener */ TileAnimation *getAnimationForGid(const int gid) const; - void optionChanged(const std::string &value); + void optionChanged(const std::string &value) override; MapItem *findPortalXY(const int x, const int y) const; |