diff options
Diffstat (limited to 'src/resources/imagehelper.h')
-rw-r--r-- | src/resources/imagehelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/imagehelper.h b/src/resources/imagehelper.h index b7080ee4b..389fc0a60 100644 --- a/src/resources/imagehelper.h +++ b/src/resources/imagehelper.h @@ -79,7 +79,7 @@ class ImageHelper notfinal int height) const A_WARN_UNUSED; - virtual void copySurfaceToImage(Image *const image A_UNUSED, + virtual void copySurfaceToImage(const Image *const image A_UNUSED, const int x A_UNUSED, const int y A_UNUSED, SDL_Surface *const surface A_UNUSED) |