forked from organicmaps/organicmaps
Build error fix.
This commit is contained in:
parent
5f32a262b1
commit
d4274373f8
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ void Editor::LoadMapEdits()
|
|||
// if (xml.GetType() != XMLFeature::Type::Way)
|
||||
// {
|
||||
// TODO(mgsergio): Check if feature can be read.
|
||||
fti.m_feature = m_featureLoaderFn(fid);
|
||||
fti.m_feature = *m_featureLoaderFn(fid);
|
||||
fti.m_feature.ApplyPatch(xml);
|
||||
// }
|
||||
// else
|
||||
|
|
Loading…
Add table
Reference in a new issue