summaryrefslogtreecommitdiff
path: root/src/resources/subimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/subimage.h')
-rw-r--r--src/resources/subimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/subimage.h b/src/resources/subimage.h
index 95c5f4100..fc9ed5826 100644
--- a/src/resources/subimage.h
+++ b/src/resources/subimage.h
@@ -78,7 +78,7 @@ class SubImage final : public Image
const int width,
const int height) override final A_WARN_UNUSED;
- int calcMemoryLocal() override;
+ int calcMemoryLocal() const override;
#ifdef USE_OPENGL
void decRef() override final;