mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 20:03:45 +00:00
[feature] Removed IndexFactory class.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com> ^ Conflicts: ^ libs/indexer/data_source.cpp ^ libs/indexer/feature.cpp ^ libs/indexer/features_vector.cpp ^ libs/indexer/mwm_set.hpp
This commit is contained in:
committed by
Konstantin Pastbin
parent
25a4a3b76f
commit
6beabb2fe1
@@ -18,7 +18,7 @@ MwmContext::MwmContext(MwmSet::MwmHandle handle)
|
||||
: m_handle(std::move(handle))
|
||||
, m_value(*m_handle.GetValue())
|
||||
, m_vector(m_value.m_cont, m_value.GetHeader(), m_value.m_table.get(), m_value.m_metaDeserializer.get())
|
||||
, m_index(m_value.m_cont.GetReader(INDEX_FILE_TAG), m_value.m_factory)
|
||||
, m_index(m_value.m_cont.GetReader(INDEX_FILE_TAG))
|
||||
, m_centers(m_value)
|
||||
, m_editableSource(m_handle)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user