Build fix.

This commit is contained in:
Vladimir Byko-Ianko 2018-08-02 14:54:16 +03:00 committed by Tatiana Yan
parent 586d281e6f
commit 86e9f7cd53

View file

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