mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 05:27:41 +00:00
CFilteredResourceModel: Mark use of push_back over operator<<
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
{
|
||||
if (rkFilter.Accepts(*It))
|
||||
{
|
||||
mEntries << *It;
|
||||
mEntries.push_back(*It);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user