mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-08 21:17:53 +00:00
CPropertyModel: Make use of push_back over operator<<
This commit is contained in:
@@ -25,7 +25,7 @@ int CPropertyModel::RecursiveBuildArrays(IProperty* pProperty, int ParentID)
|
||||
else
|
||||
{
|
||||
MyID = mProperties.size();
|
||||
mProperties << SProperty();
|
||||
mProperties.push_back(SProperty());
|
||||
}
|
||||
|
||||
mProperties[MyID].pProperty = pProperty;
|
||||
|
||||
Reference in New Issue
Block a user