From 812d9efc5f3ef90c81ffa04c3780cd0ada7e3e71 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:18:34 +0300 Subject: add final keyword to resources files. --- src/resources/subimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/subimage.h') 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; -- cgit v1.2.3-60-g2f50