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:
authorIlya Zverev <ilya@zverev.info>2016-08-22 13:03:38 +0300
committerGitHub <noreply@github.com>2016-08-22 13:03:38 +0300
commit39103b30cf1fcb94801d6725f60897c85df45304 (patch)
tree02a45623a111aa0a943f6d9ba19429d3ef0c1c90 /map
parent627d66722a15982edf6a9f914fd316604f857d92 (diff)
parentc0602426408bf5aaa1717af437d3978b88a93649 (diff)
Merge pull request #4080 from milchakov/place_page_wifi
[editor] populate FMD_INTERNET from type for MapObjects
Diffstat (limited to 'map')
-rw-r--r--map/style_tests/classificator_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/style_tests/classificator_tests.cpp b/map/style_tests/classificator_tests.cpp
index 726508ebaf..ae49ffa73d 100644
--- a/map/style_tests/classificator_tests.cpp
+++ b/map/style_tests/classificator_tests.cpp
@@ -57,7 +57,7 @@ public:
if (p->IsDrawableAny())
{
TypesHolder holder(m_geomType);
- holder(type);
+ holder.Add(type);
pair<int, int> const range = GetDrawableScaleRangeForRules(holder, m_rules);
if (range.first == -1 || range.second == -1)