mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[feature] Put m_metaDeserializer into SharedLoadInfo.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
6beabb2fe1
commit
588028c9eb
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user