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 'drape_frontend/tile_info.hpp')
-rw-r--r--drape_frontend/tile_info.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/tile_info.hpp b/drape_frontend/tile_info.hpp
index 988995aaff..b836fc293d 100644
--- a/drape_frontend/tile_info.hpp
+++ b/drape_frontend/tile_info.hpp
@@ -36,10 +36,10 @@ public:
m2::RectD GetGlobalRect() const;
TileKey const & GetTileKey() const { return m_key; }
- void operator ()(FeatureID const & id);
bool operator <(TileInfo const & other) const { return m_key < other.m_key; }
private:
+ void ProcessID(FeatureID const & id);
void InitStylist(FeatureType const & f, Stylist & s);
void RequestFeatures(MemoryFeatureIndex & memIndex, vector<size_t> & featureIndexes);
void CheckCanceled() const;