mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-16 08:27:01 +00:00
CTemplateEditDialog: Make use of push_back over <<
Same behavior, more immediately readable.
This commit is contained in:
@@ -342,7 +342,7 @@ void CTemplateEditDialog::FindEquivalentProperties(IProperty* pProperty)
|
|||||||
|
|
||||||
if (pEquivalentProperty)
|
if (pEquivalentProperty)
|
||||||
{
|
{
|
||||||
mEquivalentProperties << pEquivalentProperty;
|
mEquivalentProperties.push_back(pEquivalentProperty);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user