summaryrefslogtreecommitdiff
path: root/src/resources/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/image.h')
-rw-r--r--src/resources/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/image.h b/src/resources/image.h
index 7fbbcac21..e1c100e28 100644
--- a/src/resources/image.h
+++ b/src/resources/image.h
@@ -189,7 +189,7 @@ class Image notfinal : public Resource
SDL_Surface* getSDLSurface()
{ return mSDLSurface; }
- int calcMemoryLocal() override;
+ int calcMemoryLocal() const override;
SDL_Rect mBounds;