mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 07:16:53 -06:00
Added virtual destructor to execute command base class
This commit is contained in:
parent
2fbecb613d
commit
abbe591d7b
@ -57,6 +57,8 @@ public:
|
||||
m_notificationCenter = notificationCenter;
|
||||
}
|
||||
|
||||
virtual ~CmdExecuteCommand() {};
|
||||
|
||||
virtual QString name() = 0;
|
||||
virtual void redo() = 0;
|
||||
virtual void undo() = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user