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>2011-11-11 19:39:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:44 +0300
commit94b55d38350ee24712ecd01d090218e49f0f647c (patch)
tree879ffc29fbd3b89d5d0efa53a162eaa48118578f /indexer/classificator_loader.hpp
parent1529969f4bdad281fa805b0173786aa2ebe17c6f (diff)
Better classificator loading. File names are incapsulated now.
Diffstat (limited to 'indexer/classificator_loader.hpp')
-rw-r--r--indexer/classificator_loader.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/classificator_loader.hpp b/indexer/classificator_loader.hpp
index 4dea155150..2d38e0783d 100644
--- a/indexer/classificator_loader.hpp
+++ b/indexer/classificator_loader.hpp
@@ -14,4 +14,6 @@ namespace classificator
ReaderType const & visibility,
ReaderType const & types);
void ReadVisibility(string const & fPath);
+
+ void Load();
}