From 86e9f7cd53b0ebb445eea0f127d555e2fe73e4e9 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 2 Aug 2018 14:54:16 +0300 Subject: [PATCH] Build fix. --- feature_list/feature_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_list/feature_list.cpp b/feature_list/feature_list.cpp index fa6fbdf558..edf6cb755b 100644 --- a/feature_list/feature_list.cpp +++ b/feature_list/feature_list.cpp @@ -224,7 +224,7 @@ public: name = primary; if (name.empty()) name = operatr; - string osmId = osmIt != ft2osm.cend() ? strings::to_string(osmIt->second.EncodedId()) : ""; + string osmId = osmIt != ft2osm.cend() ? strings::to_string(osmIt->second.GetEncodedId()) : ""; if (osmId.empty()) { // For sponsored types, adding invented sponsored ids (booking = 00) to the id tail.