mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-16 16:37:02 +00:00
IEditPropertyCommand: Make use of override
This commit is contained in:
@@ -41,8 +41,6 @@ IEditPropertyCommand::IEditPropertyCommand(
|
||||
, mpProperty(pProperty)
|
||||
, mpModel(pModel)
|
||||
, mIndex(kIndex)
|
||||
, mSavedOldData(false)
|
||||
, mSavedNewData(false)
|
||||
{
|
||||
ASSERT(mpProperty);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user