From 07675230038a24dd251581591379c8fe5cc7bfd1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Apr 2016 20:11:07 +0300 Subject: Add memory count functions into MapLayer and SpecailLayer. Also change all memory count functions into const methods. --- src/resources/animation/animation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/resources/animation/animation.h') diff --git a/src/resources/animation/animation.h b/src/resources/animation/animation.h index dc44a3f0d..0c0b7c6e4 100644 --- a/src/resources/animation/animation.h +++ b/src/resources/animation/animation.h @@ -76,6 +76,7 @@ class Animation final : public MemoryCounter typedef std::vector Frames; typedef Frames::iterator FramesIter; + typedef Frames::const_iterator FramesCIter; typedef Frames::reverse_iterator FramesRevIter; #ifdef UNITTESTS @@ -83,7 +84,7 @@ class Animation final : public MemoryCounter { return mFrames; } #endif - int calcMemoryLocal() override final; + int calcMemoryLocal() const override final; /** * Determines whether the given animation frame is a terminator. -- cgit v1.2.3-60-g2f50