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:
authorrachytski <siarhei.rachytski@gmail.com>2011-01-28 00:24:47 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:04 +0300
commit051138af68637d2ab78228d59e95c33a523baeb0 (patch)
treeff7a5b18e60c66cd30f3bc0830e3452035e6a846 /map/feature_vec_model.hpp
parentf5c67f500f98a760a0d0cecce519d3d70b65a066 (diff)
Setting MaxMercatorRect by default.
Diffstat (limited to 'map/feature_vec_model.hpp')
-rw-r--r--map/feature_vec_model.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/feature_vec_model.hpp b/map/feature_vec_model.hpp
index 3cdd2f601a..2cd4aef07b 100644
--- a/map/feature_vec_model.hpp
+++ b/map/feature_vec_model.hpp
@@ -32,6 +32,8 @@ namespace model
index_t m_multiIndex;
public:
+ FeaturesFetcher();
+
void InitClassificator();
void AddMap(string const & fName);