From 2b2e022a6367eed1fd8f11039bb41b58c14c356b Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Fri, 6 May 2016 19:19:37 +0300 Subject: [PATCH] [android] Fixed build. --- map/framework.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/framework.cpp b/map/framework.cpp index 3a2fedecd1..4745742729 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -2823,7 +2823,7 @@ bool Framework::RollBackChanges(FeatureID const & fid) { if (m_selectedFeature == fid) // reset selected feature since it becomes invalid after rollback m_selectedFeature = FeatureID(); - auto const & editor = osm::Editor::Instance(); + auto & editor = osm::Editor::Instance(); if (editor.GetFeatureStatus(fid) == osm::Editor::FeatureStatus::Created) DeactivateMapSelection(false); else