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:
authorDenis Koronchik <denis@mapswithme.com>2014-09-16 12:05:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:17 +0300
commitd8f3008ecc7300e87262308e753c7bf3d850c9e9 (patch)
tree44b2d2bc6df3299d66681a200bf4d7f2962f4d59 /indexer/data_factory.cpp
parentb353a8adaef05206e4bf6769695e566d8e5989ce (diff)
[coding] Implement FileMappingContainer
Diffstat (limited to 'indexer/data_factory.cpp')
-rw-r--r--indexer/data_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/data_factory.cpp b/indexer/data_factory.cpp
index 34011ad3ea..b1acc286cf 100644
--- a/indexer/data_factory.cpp
+++ b/indexer/data_factory.cpp
@@ -17,7 +17,7 @@ void LoadMapHeader(FilesContainerR const & cont, FHeaderT & header)
{
ModelReaderPtr headerReader = cont.GetReader(HEADER_FILE_TAG);
- if (!cont.IsReaderExist(VERSION_FILE_TAG))
+ if (!cont.IsExist(VERSION_FILE_TAG))
header.LoadVer1(headerReader);
else
{