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/qt
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2019-05-15 17:57:21 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2019-05-17 16:45:03 +0300
commit9171567414303416e3d2801711b8fd1e4e268565 (patch)
tree96550a8b510499dce5a8a39e8bd8c7f1b2d6f555 /qt
parent448e9fb4c6ab5beb7125db29a7ec5b9bfcc73503 (diff)
[routing] Fixed duplicate names in absent list.
Diffstat (limited to 'qt')
-rw-r--r--qt/draw_widget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt/draw_widget.cpp b/qt/draw_widget.cpp
index d70eec01d4..fd0ea47155 100644
--- a/qt/draw_widget.cpp
+++ b/qt/draw_widget.cpp
@@ -12,10 +12,10 @@
#include "search/result.hpp"
#include "search/reverse_geocoder.hpp"
-#include "storage/storage_defines.hpp"
-
#include "routing/routing_callbacks.hpp"
+#include "storage/storage_defines.hpp"
+
#include "indexer/editable_map_object.hpp"
#include "platform/settings.hpp"
@@ -51,7 +51,7 @@ DrawWidget::DrawWidget(Framework & framework, bool apiOpenGLES3, std::unique_ptr
[](bool /* switchFullScreenMode */) {}); // Empty deactivation listener.
m_framework.GetRoutingManager().SetRouteBuildingListener(
- [](routing::RouterResultCode, storage::CountriesVec const &) {});
+ [](routing::RouterResultCode, storage::CountriesSet const &) {});
m_framework.GetRoutingManager().SetRouteRecommendationListener(
[this](RoutingManager::Recommendation r)