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:
authorYuri Gorshenin <y@mmaps.me>2015-03-30 14:26:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:41:35 +0300
commit25f7a7f2f32cc4db8a5bd0106ae4c8f6c6292201 (patch)
treebe1b14a86fe2f34445e488c128eaad7b1d0aeece /map/map_tests
parentf6bba24d00706065ddacf7e983fc4cf9ede8b7ab (diff)
Review fixes.
Diffstat (limited to 'map/map_tests')
-rw-r--r--map/map_tests/bookmarks_test.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/map/map_tests/bookmarks_test.cpp b/map/map_tests/bookmarks_test.cpp
index ee7cd28d8e..f20ec89f87 100644
--- a/map/map_tests/bookmarks_test.cpp
+++ b/map/map_tests/bookmarks_test.cpp
@@ -1,5 +1,7 @@
#include "../../testing/testing.hpp"
+#include "../../indexer/data_header.hpp"
+
#include "../../map/framework.hpp"
#include "../../search/result.hpp"
@@ -398,7 +400,8 @@ UNIT_TEST(Bookmarks_AddressInfo)
// Maps added in constructor (we need minsk-pass.mwm only)
Framework fm;
fm.DeregisterAllMaps();
- fm.RegisterMap("minsk-pass.mwm");
+ feature::DataHeader::Version version;
+ fm.RegisterMap("minsk-pass.mwm", version);
fm.OnSize(800, 600);