CRotateNodeCommand: Default destructor
This commit is contained in:
parent
4d932246ca
commit
6e0169ca16
|
@ -41,9 +41,7 @@ CRotateNodeCommand::CRotateNodeCommand(
|
||||||
mpEditor->NotifySelectionTransformed();
|
mpEditor->NotifySelectionTransformed();
|
||||||
}
|
}
|
||||||
|
|
||||||
CRotateNodeCommand::~CRotateNodeCommand()
|
CRotateNodeCommand::~CRotateNodeCommand() = default;
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
int CRotateNodeCommand::id() const
|
int CRotateNodeCommand::id() const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue