From 0ee1a3db71f642d821e011afc3180e2b1c874c87 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Fri, 9 Dec 2016 13:54:41 +0300 Subject: [PATCH] [build] C++ core issue workaround. --- search/result.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/result.hpp b/search/result.hpp index aeb5a9b17c..12c8923a60 100644 --- a/search/result.hpp +++ b/search/result.hpp @@ -46,7 +46,7 @@ public: /// For RESULT_FEATURE. Result(FeatureID const & id, m2::PointD const & pt, string const & str, string const & address, - string const & type, uint32_t featureType, Metadata const & meta = {}); + string const & type, uint32_t featureType, Metadata const & meta); /// For RESULT_LATLON. Result(m2::PointD const & pt, string const & latlon, string const & address);