summaryrefslogtreecommitdiff
path: root/src/resources/sdl2imagehelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-06 17:58:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-06 17:58:07 +0300
commit4f7e38d218848bd34bd86dda75446881dad2bb32 (patch)
tree3333e686b0d0a579b8151fac0d0faa235f4e145b /src/resources/sdl2imagehelper.h
parentc649cf883480071c9b93909c4ea4ee5ec98155b2 (diff)
downloadplus-4f7e38d218848bd34bd86dda75446881dad2bb32.tar.gz
plus-4f7e38d218848bd34bd86dda75446881dad2bb32.tar.bz2
plus-4f7e38d218848bd34bd86dda75446881dad2bb32.tar.xz
plus-4f7e38d218848bd34bd86dda75446881dad2bb32.zip
Fix compilation with some options.
Diffstat (limited to 'src/resources/sdl2imagehelper.h')
-rw-r--r--src/resources/sdl2imagehelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/sdl2imagehelper.h b/src/resources/sdl2imagehelper.h
index 0ffeee7ae..e7ddc2987 100644
--- a/src/resources/sdl2imagehelper.h
+++ b/src/resources/sdl2imagehelper.h
@@ -60,7 +60,7 @@ class SDLImageHelper final : public ImageHelper
Image *createTextSurface(SDL_Surface *const tmpImage,
const int width, const int height,
const float alpha)
- const override final A_WARN_UNUSED;
+ override final A_WARN_UNUSED;
static void SDLSetEnableAlphaCache(const bool n)
{ mEnableAlphaCache = n; }