diff options
Diffstat (limited to 'src/resources/sdlimagehelper.h')
-rw-r--r-- | src/resources/sdlimagehelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/sdlimagehelper.h b/src/resources/sdlimagehelper.h index 9ab12368f..01e584a6a 100644 --- a/src/resources/sdlimagehelper.h +++ b/src/resources/sdlimagehelper.h @@ -74,7 +74,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; |