diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-24 12:18:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-24 12:18:34 +0300 |
commit | 812d9efc5f3ef90c81ffa04c3780cd0ada7e3e71 (patch) | |
tree | 29bc5f4eccb55a1b2d805676aa0dc12b7020bb14 /src/resources/subimage.h | |
parent | af2677411d895573cf9bc225518d6a1a16079863 (diff) | |
download | plus-812d9efc5f3ef90c81ffa04c3780cd0ada7e3e71.tar.gz plus-812d9efc5f3ef90c81ffa04c3780cd0ada7e3e71.tar.bz2 plus-812d9efc5f3ef90c81ffa04c3780cd0ada7e3e71.tar.xz plus-812d9efc5f3ef90c81ffa04c3780cd0ada7e3e71.zip |
add final keyword to resources files.
Diffstat (limited to 'src/resources/subimage.h')
-rw-r--r-- | src/resources/subimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/subimage.h b/src/resources/subimage.h index 234015893..43e8eda14 100644 --- a/src/resources/subimage.h +++ b/src/resources/subimage.h @@ -77,7 +77,7 @@ class SubImage final : public Image */ Image *getSubImage(const int x, const int y, const int width, - const int height) override A_WARN_UNUSED; + const int height) override final A_WARN_UNUSED; SDL_Rect mInternalBounds; |