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>2011-12-28 17:13:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:31:02 +0300
commit8e0157820747506d192d75f516e92c9f28524c45 (patch)
treec4be52928e0621a00eab9f5b05c296d2254cdd93 /storage
parent8bbae498e4ccef10e03ff7738ff70990a6673e96 (diff)
[ios][mac] Added implementations for Platform::RunOnGuiThread and Platform::RunAsync
@see #486
Diffstat (limited to 'storage')
-rw-r--r--storage/storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage.cpp b/storage/storage.cpp
index fde3caafdc..889cf4acb9 100644
--- a/storage/storage.cpp
+++ b/storage/storage.cpp
@@ -369,7 +369,7 @@ namespace storage
{
if (indexer::BuildSearchIndexFromDatFile(fName))
{
- GetPlatform().RunInGuiThread(bind(&Storage::UpdateAfterSearchIndex, this, cref(fName)));
+ GetPlatform().RunOnGuiThread(bind(&Storage::UpdateAfterSearchIndex, this, cref(fName)));
}
else
{