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:
authorYuri Gorshenin <y@maps.me>2015-09-24 11:32:23 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:18 +0300
commite6433b5932fe74fd2542409050175075719cc904 (patch)
treec4fb375f7ca5acae63d16edd29e0893d1a12dc91 /indexer/index.cpp
parent2166b6faf607d5283bf91b406bc499ac5fe911c2 (diff)
[search] Fixed rank-table creation for World and WorldCoasts.
Diffstat (limited to 'indexer/index.cpp')
-rw-r--r--indexer/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/index.cpp b/indexer/index.cpp
index 901db047bc..e9b5524dbb 100644
--- a/indexer/index.cpp
+++ b/indexer/index.cpp
@@ -71,7 +71,7 @@ unique_ptr<MwmSet::MwmValueBase> Index::CreateValue(MwmInfo & info) const
{
search::RankTableBuilder::CreateIfNotExists(localFile);
}
- catch (Reader::OpenException const & e)
+ catch (RootException const & e)
{
LOG(LWARNING, ("Can't create rank table for:", localFile, ":", e.Msg()));
}