summaryrefslogtreecommitdiff
path: root/src/resources/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/resource.h')
-rw-r--r--src/resources/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/resource.h b/src/resources/resource.h
index c2d3ad865..90cea413c 100644
--- a/src/resources/resource.h
+++ b/src/resources/resource.h
@@ -99,7 +99,7 @@ class Resource notfinal : public MemoryCounter
void setNotCount(const bool b)
{ mNotCount = b; }
- int calcMemoryLocal() override;
+ int calcMemoryLocal() const override;
#ifdef DEBUG_DUMP_LEAKS
bool getDumped() const A_WARN_UNUSED