Build error fix.

This commit is contained in:
Alex Zolotarev 2016-01-06 19:30:48 +03:00 committed by Sergey Yershov
parent 5f32a262b1
commit d4274373f8

View file

@ -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