Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-03-13 10:47:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:12:41 +0300
commitb04784b71678a4c96a51e23f875c3ef5ef69bf2b (patch)
tree0923b29073325dc81a78b31af53c1fd55955ba7b /map/alfa_animation_task.hpp
parent69f6e406743e9bfa4813989cec71d9465b1524e2 (diff)
prev frame animation for ruler
Diffstat (limited to 'map/alfa_animation_task.hpp')
-rw-r--r--map/alfa_animation_task.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/alfa_animation_task.hpp b/map/alfa_animation_task.hpp
index 151b1f9c3a..cc446fc4b0 100644
--- a/map/alfa_animation_task.hpp
+++ b/map/alfa_animation_task.hpp
@@ -4,11 +4,11 @@
class Framework;
-class AlfaCompassAnim : public anim::Task
+class AlfaAnimationTask : public anim::Task
{
typedef anim::Task base_t;
public:
- AlfaCompassAnim(double start, double end, double timeInterval, double timeOffset, Framework * f);
+ AlfaAnimationTask(double start, double end, double timeInterval, double timeOffset, Framework * f);
bool IsHiding() const;