From c93aebec766771a5c762b40ec638b0d4158d6781 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Mon, 25 Apr 2016 19:20:06 +0300 Subject: [PATCH] Build fix. --- map/framework.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/map/framework.cpp b/map/framework.cpp index d9fcdb4e84..20c8bd4be4 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -2743,7 +2743,8 @@ osm::Editor::SaveResult Framework::SaveEditedMapObject(osm::EditableMapObject em if (shouldNotify) { - editor.CreateNote(issueLatLon, emo.GetID(), + // TODO @mgsergio fill with correct NoteProblemType + editor.CreateNote(issueLatLon, emo.GetID(), osm::Editor::NoteProblemType::General, "The address on this POI is different from the building address." " It is either a user's mistake, or an issue in the data. Please" " check this and fix if needed. (This note was created automatically"