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 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 0357f820de..c42bf7ab06 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -159,6 +159,8 @@ public:
/// @name Parse functions. Do simple dispatching to m_pLoader.
//@{
void ParseHeader2() const;
+
+ void ResetGeometry() const;
uint32_t ParseGeometry(int scale) const;
uint32_t ParseTriangles(int scale) const;
//@}