From c430b75e370a21a17f80d4ba3acd84111828a462 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Sep 2013 20:08:44 +0300 Subject: add const for methods return values. --- src/animatedsprite.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/animatedsprite.cpp') diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp index 99900dbab..bbfde2adb 100644 --- a/src/animatedsprite.cpp +++ b/src/animatedsprite.cpp @@ -137,7 +137,7 @@ bool AnimatedSprite::play(const std::string &spriteAction) return true; } - Action *const action = mSprite->getAction(spriteAction, mNumber); + const Action *const action = mSprite->getAction(spriteAction, mNumber); if (!action) return false; @@ -374,7 +374,7 @@ void AnimatedSprite::setAlpha(float alpha) } } -void *AnimatedSprite::getHash() +const void *AnimatedSprite::getHash() const { if (mFrame) return mFrame; -- cgit v1.2.3-60-g2f50