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
path: root/words
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-04-15 21:10:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:15:47 +0300
commit66c6a2e49378269b69792108469e95dd77e92ddf (patch)
tree94f47b3e1df866220b24195914546be8255a41b8 /words
parent258b69e25f0a7623c0d7dc339c293c5bb527f47f (diff)
[ios] Move SloynikEngine startup to a separate thread.
Diffstat (limited to 'words')
-rw-r--r--words/sloynik_engine.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/words/sloynik_engine.hpp b/words/sloynik_engine.hpp
index 9e83686db8..a8a3b67e0b 100644
--- a/words/sloynik_engine.hpp
+++ b/words/sloynik_engine.hpp
@@ -34,6 +34,7 @@ public:
struct SearchResult
{
+ SearchResult() : m_FirstMatched(0) {}
WordId m_FirstMatched;
};