From 8b2464a723f7039a3efbc0c7d2e883729b3fa7dd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 3 Aug 2014 00:46:38 +0300 Subject: Fix some casts. --- src/resources/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/action.h') diff --git a/src/resources/action.h b/src/resources/action.h index 86a3740d1..edc2ea6ed 100644 --- a/src/resources/action.h +++ b/src/resources/action.h @@ -58,7 +58,7 @@ class Action final void setLastFrameDelay(const int delay) noexcept; protected: - typedef std::map Animations; + typedef std::map Animations; typedef Animations::iterator AnimationIter; Animations mAnimations; -- cgit v1.2.3-60-g2f50