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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-01-01 17:49:44 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:31:12 +0300
commita1ac0c03f4560dc090c400de97e842397f33df3f (patch)
tree9f88d88d10278d222c0b9610f6697ded06a873e7 /storage
parentb13dbcd2f75e47c86bc10a280917912ad6ba9571 (diff)
Fixed new country status support for downloader - "Generating search index"
Diffstat (limited to 'storage')
-rw-r--r--storage/storage.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/storage.hpp b/storage/storage.hpp
index c4abe1f07b..2a7d9fb05a 100644
--- a/storage/storage.hpp
+++ b/storage/storage.hpp
@@ -18,12 +18,12 @@ namespace storage
enum TStatus
{
EOnDisk = 0,
- EGeneratingIndex,
ENotDownloaded,
EDownloadFailed,
EDownloading,
EInQueue,
- EUnknown
+ EUnknown,
+ EGeneratingIndex
};
struct TIndex