diff options
Diffstat (limited to 'src/maplayer.h')
-rw-r--r-- | src/maplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maplayer.h b/src/maplayer.h index 1042b2a87..355ae3f80 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -156,7 +156,7 @@ class MapLayer final: public ConfigListener // void getTileInfo(int x, int y, int &width, int &cnt) const; - void optionChanged(const std::string &value); + void optionChanged(const std::string &value) override; int getTileDrawWidth(const Image *img, const int endX, int &width) const; |