summaryrefslogtreecommitdiff
path: root/src/resources/animation/animation.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-26 20:11:07 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-26 20:11:07 +0300
commit07675230038a24dd251581591379c8fe5cc7bfd1 (patch)
tree1e4633730515af717ba93aef111f855de5cc9b38 /src/resources/animation/animation.h
parent17f34f00d37432dae207be3d55ec531a738eb065 (diff)
downloadplus-07675230038a24dd251581591379c8fe5cc7bfd1.tar.gz
plus-07675230038a24dd251581591379c8fe5cc7bfd1.tar.bz2
plus-07675230038a24dd251581591379c8fe5cc7bfd1.tar.xz
plus-07675230038a24dd251581591379c8fe5cc7bfd1.zip
Add memory count functions into MapLayer and SpecailLayer.
Also change all memory count functions into const methods.
Diffstat (limited to 'src/resources/animation/animation.h')
-rw-r--r--src/resources/animation/animation.h3
1 files changed, 2 insertions, 1 deletions
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<Frame> 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.