mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Fix build.
This commit is contained in:
parent
7c239c8ec4
commit
bb2c51f2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ list<SearchResult> MagicSearch::getContactListFromFilter(const string &filter, c
|
|||
if (getLimitedSearch() && returnList.size() > getSearchLimit()) {
|
||||
auto limitIterator = returnList.begin();
|
||||
advance(limitIterator, getSearchLimit());
|
||||
returnList.erase(limitIterator, returnList.cend());
|
||||
returnList.erase(limitIterator, returnList.end());
|
||||
}
|
||||
|
||||
proxy = linphone_core_get_default_proxy_config(this->getCore()->getCCore());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue