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-04-25 13:04:08 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:53:48 +0300
commit585d9e3ad340345568eaedafc0c3b7fc0db8c6b3 (patch)
tree7ce0316f9c5e52186c94a63a5db727fe05b16a57 /indexer/feature_visibility.hpp
parent6a395b0aba57fc4be818c87b183b9ca3f5d1f965 (diff)
Store drawing keys for feature in buffer_vector<16> - speedup feature reading.
Diffstat (limited to 'indexer/feature_visibility.hpp')
-rw-r--r--indexer/feature_visibility.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_visibility.hpp b/indexer/feature_visibility.hpp
index bc1ad86bd2..1b5ee5e6b1 100644
--- a/indexer/feature_visibility.hpp
+++ b/indexer/feature_visibility.hpp
@@ -55,7 +55,7 @@ namespace feature
/// @return (geometry type, is coastline)
pair<int, bool> GetDrawRule(FeatureBase const & f, int level,
- vector<drule::Key> & keys, string & names);
+ drule::KeysT & keys, string & names);
/// Used to check whether user types belong to particular classificator set.
class TypeSetChecker