mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T218, sequence replaceOrAdd overloads
This commit is contained in:
@@ -106,7 +106,7 @@ namespace BlackMisc
|
||||
CUrlList withoutDuplicates;
|
||||
for (const CUrl &url : (*this))
|
||||
{
|
||||
withoutDuplicates.replaceOrAdd(url, url);
|
||||
withoutDuplicates.replaceOrAdd(url);
|
||||
}
|
||||
return withoutDuplicates;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user