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 'indexer')
-rw-r--r--indexer/indexer_tests/mwm_set_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/indexer_tests/mwm_set_test.cpp b/indexer/indexer_tests/mwm_set_test.cpp
index 2f839ac3ab..c630952b1c 100644
--- a/indexer/indexer_tests/mwm_set_test.cpp
+++ b/indexer/indexer_tests/mwm_set_test.cpp
@@ -15,6 +15,7 @@ namespace
{
int n = path[0] - '0';
info.m_maxScale = n;
+ info.m_limitRect = m2::RectD(0, 0, 1, 1);
return 1;
}
virtual MwmValue * CreateValue(string const &) const