IEditPropertyCommand: Make use of override

This commit is contained in:
Lioncash
2020-06-28 06:34:38 -04:00
parent eafb7f21d0
commit e839c0c70c
2 changed files with 9 additions and 11 deletions

View File

@@ -41,8 +41,6 @@ IEditPropertyCommand::IEditPropertyCommand(
, mpProperty(pProperty)
, mpModel(pModel)
, mIndex(kIndex)
, mSavedOldData(false)
, mSavedNewData(false)
{
ASSERT(mpProperty);