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:
Diffstat (limited to 'map/move_screen_task.hpp')
-rw-r--r--map/move_screen_task.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/move_screen_task.hpp b/map/move_screen_task.hpp
index 7de6bc0c73..bf33a4d206 100644
--- a/map/move_screen_task.hpp
+++ b/map/move_screen_task.hpp
@@ -20,4 +20,6 @@ public:
void OnStep(double ts);
void OnEnd(double ts);
+
+ bool IsVisual() const;
};