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-23 14:24:59 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:19 +0300
commitfd503ac72e67c886b21879760373478345889597 (patch)
tree3447ef04dab681236ffb59faa01aada76bd1e494 /indexer/index.hpp
parentf24a9d26821e0e8f39903d03495281a71ca9df94 (diff)
[search] Fixed SearchEngine threading model.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index e48ffad279..7cdf80daf1 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -24,7 +24,10 @@
class MwmInfoEx : public MwmInfo
{
public:
+ MwmInfoEx() : m_rankTableCtorCalled(false) {}
+
unique_ptr<feature::FeaturesOffsetsTable> m_table;
+ bool m_rankTableCtorCalled;
};
class MwmValue : public MwmSet::MwmValueBase