forked from organicmaps/organicmaps
Merge pull request #4932 from ygorshenin/fix-gcc-build
[build] C++ core issue workaround.
This commit is contained in:
commit
ef16507945
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue