CRotateNodeCommand: Default destructor

This commit is contained in:
Lioncash 2020-07-10 11:39:37 -04:00
parent 4d932246ca
commit 6e0169ca16
1 changed files with 1 additions and 3 deletions

View File

@ -41,9 +41,7 @@ CRotateNodeCommand::CRotateNodeCommand(
mpEditor->NotifySelectionTransformed(); mpEditor->NotifySelectionTransformed();
} }
CRotateNodeCommand::~CRotateNodeCommand() CRotateNodeCommand::~CRotateNodeCommand() = default;
{
}
int CRotateNodeCommand::id() const int CRotateNodeCommand::id() const
{ {