diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-03 13:33:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-03 13:33:43 +0300 |
commit | 757df49cbbce33bba23ec0d642da3901f3ec5bbd (patch) | |
tree | 4d3d49a544c070e120e95e0007b19d79657eb9a9 /src/resources/sdl2imagehelper.cpp | |
parent | 8b2464a723f7039a3efbc0c7d2e883729b3fa7dd (diff) | |
download | ManaVerse-757df49cbbce33bba23ec0d642da3901f3ec5bbd.tar.gz ManaVerse-757df49cbbce33bba23ec0d642da3901f3ec5bbd.tar.bz2 ManaVerse-757df49cbbce33bba23ec0d642da3901f3ec5bbd.tar.xz ManaVerse-757df49cbbce33bba23ec0d642da3901f3ec5bbd.zip |
add missing consts.
Diffstat (limited to 'src/resources/sdl2imagehelper.cpp')
-rw-r--r-- | src/resources/sdl2imagehelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/sdl2imagehelper.cpp b/src/resources/sdl2imagehelper.cpp index 12e975ae6..da8575ed6 100644 --- a/src/resources/sdl2imagehelper.cpp +++ b/src/resources/sdl2imagehelper.cpp @@ -94,7 +94,7 @@ int SDLImageHelper::combineSurface(SDL_Surface *restrict const src, return 1; } -void SDLImageHelper::copySurfaceToImage(Image *const image, +void SDLImageHelper::copySurfaceToImage(const Image *const image, const int x, const int y, SDL_Surface *const surface) const { |