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>2015-07-15 15:39:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:10 +0300
commit29aa3a7d7d7c30a3024456cfb4c11c1406986dfc (patch)
treebf5259d5b09eb3acc1905712756072ba019fc634 /indexer/mwm_set.hpp
parentbe4452d03a48bb8642010ffb2c09f5198e116a81 (diff)
[mwm set] Skip mwm files with higher format.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index b3e53d22c2..72ad83be95 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -162,6 +162,7 @@ public:
Success,
VersionAlreadyExists,
VersionTooOld,
+ UnsupportedFileFormat,
BadFile
};