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:
authorAlex Zolotarev <alex@maps.me>2016-01-04 15:49:26 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:04:17 +0300
commit075913c187213e007722e3bd451f5cdcae454dbe (patch)
tree6ba2f68ccbd1f19e8fb9b1838cda6fc3dcf96048 /indexer/feature.hpp
parentcb162b49b8914a6a87cfc11f4f8f69ce577ebbd6 (diff)
Renamed ambiguous FeatureType::ParseAll() to ParseGeometryAndTriangles().
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 9100d48b1a..5e5a479582 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -322,7 +322,7 @@ public:
}
private:
- void ParseAll(int scale) const;
+ void ParseGeometryAndTriangles(int scale) const;
// For better result this value should be greater than 17
// (number of points in inner triangle-strips).