summaryrefslogtreecommitdiff
path: root/src/resources/animation/animation.h
diff options
context:
space:
mode:
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.