summaryrefslogtreecommitdiff
path: root/src/resources/surfaceimagehelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/surfaceimagehelper.h')
-rw-r--r--src/resources/surfaceimagehelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/surfaceimagehelper.h b/src/resources/surfaceimagehelper.h
index c028748e7..9b3692946 100644
--- a/src/resources/surfaceimagehelper.h
+++ b/src/resources/surfaceimagehelper.h
@@ -56,8 +56,8 @@ class SurfaceImageHelper final : public ImageHelper
/**
* Loads an image from an SDL surface.
*/
- Image *load(SDL_Surface *const tmpImage)
- override final A_WARN_UNUSED;
+ Image *loadSurface(SDL_Surface *const tmpImage) override final
+ A_WARN_UNUSED;
Image *createTextSurface(SDL_Surface *const tmpImage,
const int width, const int height,