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-01-02 23:25:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:09:04 +0300
commitd9133a2d9fd2445033d1e16b5e9c625ebd80b494 (patch)
treed99ea74eb439a89197b5a6399a1ac06143459d3a /indexer/index_builder.hpp
parentb33ae08c7968744e969f9e75dcd0e8bd7a58f400 (diff)
Add files container everywere for dat, geom, trg, idx.
Diffstat (limited to 'indexer/index_builder.hpp')
-rw-r--r--indexer/index_builder.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indexer/index_builder.hpp b/indexer/index_builder.hpp
index b31353136a..864e96cd0c 100644
--- a/indexer/index_builder.hpp
+++ b/indexer/index_builder.hpp
@@ -22,7 +22,5 @@ namespace indexer
}
// doesn't throw exceptions
- bool BuildIndexFromDatFile(string const & fullIndexFilePath,
- string const & fullDatFilePath,
- string const & tmpFilePath);
+ bool BuildIndexFromDatFile(string const & datFile, string const & tmpFile);
}