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:
authorvng <viktor.govako@gmail.com>2013-12-02 17:28:54 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:08:10 +0300
commit7f710060e5e782ff19f9624bfdc4699759bb5a5b (patch)
treeb6cf84129cca3e2c52a31e17cbe8170598e2cde0 /indexer/feature_visibility.hpp
parent867425921b83e4e13578f2550884806ad62947eb (diff)
Removed dummy debug parameter.
Diffstat (limited to 'indexer/feature_visibility.hpp')
-rw-r--r--indexer/feature_visibility.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indexer/feature_visibility.hpp b/indexer/feature_visibility.hpp
index f3d6440c6f..c7d75b5588 100644
--- a/indexer/feature_visibility.hpp
+++ b/indexer/feature_visibility.hpp
@@ -58,7 +58,9 @@ namespace feature
/// @return (geometry type, is coastline)
pair<int, bool> GetDrawRule(FeatureBase const & f, int level,
- drule::KeysT & keys, string & names);
+ drule::KeysT & keys);
+ void GetDrawRule(vector<uint32_t> const & types, int level, int geoType,
+ drule::KeysT & keys);
/// Used to check whether user types belong to particular classificator set.
class TypeSetChecker