summaryrefslogtreecommitdiff
path: root/src/resources/sdl2imagehelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-03 13:33:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-03 13:33:43 +0300
commit757df49cbbce33bba23ec0d642da3901f3ec5bbd (patch)
tree4d3d49a544c070e120e95e0007b19d79657eb9a9 /src/resources/sdl2imagehelper.h
parent8b2464a723f7039a3efbc0c7d2e883729b3fa7dd (diff)
downloadplus-757df49cbbce33bba23ec0d642da3901f3ec5bbd.tar.gz
plus-757df49cbbce33bba23ec0d642da3901f3ec5bbd.tar.bz2
plus-757df49cbbce33bba23ec0d642da3901f3ec5bbd.tar.xz
plus-757df49cbbce33bba23ec0d642da3901f3ec5bbd.zip
add missing consts.
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 f59a6bee1..31cb15130 100644
--- a/src/resources/sdl2imagehelper.h
+++ b/src/resources/sdl2imagehelper.h
@@ -62,7 +62,7 @@ class SDLImageHelper final : public ImageHelper
const float alpha)
override final A_WARN_UNUSED;
- void copySurfaceToImage(Image *const image,
+ void copySurfaceToImage(const Image *const image,
const int x, const int y,
SDL_Surface *const surface)
const override final;