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 ad74ad7d2..f5b4c88a8 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -175,7 +175,7 @@ class MapLayer final: public ConfigListener int getHeight() const A_WARN_UNUSED { return mHeight; } - void optionChanged(const std::string &value) override; + void optionChanged(const std::string &value) override final; int getTileDrawWidth(const Image *img, const int endX, int &width) const A_WARN_UNUSED; |