Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 812761b6c2..3b37cce69d 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -3006,3 +3006,8 @@ void Framework::CreateNote(ms::LatLon const & latLon, FeatureID const & fid,
if (type == osm::Editor::NoteProblemType::PlaceDoesNotExist)
DeactivateMapSelection(true /* notifyUI */);
}
+
+bool Framework::WasDefaultNameSaved(FeatureID const & fid) const
+{
+ return osm::Editor::Instance().WasDefaultNameSaved(fid);
+}