forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
fe907b9b8c
commit
e951d22e90
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ std::shared_ptr<FilterInterface> FilterCollection::Clone() const
|
|||
{
|
||||
auto p = std::make_shared<FilterCollection>();
|
||||
for (auto const & c : m_collection)
|
||||
p->Append(c->Clone());
|
||||
p->Append(c->Clone());
|
||||
return p;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue