forked from organicmaps/organicmaps
[search] Fix warning.
This commit is contained in:
parent
87132a8cd9
commit
2a8b5130c4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace search
|
|||
{
|
||||
|
||||
Result::Result(string const & str, uint32_t featureType, m2::RectD const & featureRect)
|
||||
: m_str(str), m_featureType(featureType), m_featureRect(featureRect)
|
||||
: m_str(str), m_featureRect(featureRect), m_featureType(featureType)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue