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
path: root/map
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-30 17:45:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:41 +0300
commit5a50c9c892997a8d318160c307aeabcb7cfa3325 (patch)
treed6e09f8444c05a185d971754741aa9c003475818 /map
parent8accabb3a272ee484dcca5eaa061e8f5ff705f11 (diff)
TimeoutObserver to RouterDelegate refactoring.
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 265eb6fb40..3dc84ca253 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -2180,7 +2180,7 @@ void Framework::SetRouterImpl(RouterType type)
}
#ifdef DEBUG
- routing::TPointCheckCallback const routingVisualizerFn = [this](m2::PointD const & pt)
+ routing::RouterDelegate::TPointCheckCallback const routingVisualizerFn = [this](m2::PointD const & pt)
{
GetPlatform().RunOnGuiThread([this,pt]()
{