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/classificator.hpp
parent6a395b0aba57fc4be818c87b183b9ca3f5d1f965 (diff)
Store drawing keys for feature in buffer_vector<16> - speedup feature reading.
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index 60913fb108..68e5d76b4f 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -82,7 +82,7 @@ public:
void ConcatChildNames(string & s) const;
enum FeatureGeoType { FEATURE_TYPE_POINT = 0, FEATURE_TYPE_LINE, FEATURE_TYPE_AREA };
- void GetSuitable(int scale, FeatureGeoType ft, vector<drule::Key> & keys) const;
+ void GetSuitable(int scale, FeatureGeoType ft, drule::KeysT & keys) const;
inline vector<drule::Key> const & GetDrawingRules() const { return m_drawRule; }
bool IsDrawable(int scale) const;