Merge pull request #4932 from ygorshenin/fix-gcc-build

[build] C++ core issue workaround.
This commit is contained in:
Sergey Yershov 2016-12-09 14:00:57 +03:00 committed by GitHub
commit ef16507945

View file

@ -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);