summaryrefslogtreecommitdiff
path: root/src/resources/subimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/subimage.h')
-rw-r--r--src/resources/subimage.h2
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;