summaryrefslogtreecommitdiff
path: root/src/maplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-24 12:19:01 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-24 12:19:01 +0300
commitb8c77348db8b0bf500cb6a13cce75c61a544c500 (patch)
tree5b7eb62121e5dc7d95c5e40b5e4cfa86e02375d8 /src/maplayer.h
parenta4fb136ebf9272e6254081fa0586ce8b383857d9 (diff)
downloadplus-b8c77348db8b0bf500cb6a13cce75c61a544c500.tar.gz
plus-b8c77348db8b0bf500cb6a13cce75c61a544c500.tar.bz2
plus-b8c77348db8b0bf500cb6a13cce75c61a544c500.tar.xz
plus-b8c77348db8b0bf500cb6a13cce75c61a544c500.zip
add final keyword to all other files.
Diffstat (limited to 'src/maplayer.h')
-rw-r--r--src/maplayer.h2
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;