diff --git a/indexer/index.cpp b/indexer/index.cpp index 1818608684..42536b6d75 100644 --- a/indexer/index.cpp +++ b/indexer/index.cpp @@ -5,7 +5,7 @@ MwmValue::MwmValue(string const & name) - : m_name(name), m_cont(GetPlatform().GetReader(name)) + : m_cont(GetPlatform().GetReader(name)), m_name(name) { m_factory.Load(m_cont); }