[feature] Put m_metaDeserializer into SharedLoadInfo.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-06-24 23:53:01 -03:00
committed by Konstantin Pastbin
parent 6beabb2fe1
commit 588028c9eb
13 changed files with 80 additions and 70 deletions

View File

@@ -1,10 +1,9 @@
#include "indexer/mwm_set.hpp"
#include "indexer/features_offsets_table.hpp"
#include "indexer/metadata_serdes.hpp" // needed for MwmValue dtor
#include "indexer/scales.hpp"
#include "coding/reader.hpp"
#include "platform/local_country_file_utils.hpp"
#include "base/assert.hpp"
@@ -391,6 +390,8 @@ MwmValue::MwmValue(LocalCountryFile const & localFile)
m_header.Load(m_cont);
}
MwmValue::~MwmValue() {}
void MwmValue::SetTable(MwmInfoEx & info)
{
m_table = info.m_table.lock();