mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Integrated fix for undo framework. Added virtual destructors.
This commit is contained in:
@@ -79,6 +79,7 @@ class CmdSelectionChangeExec : public CmdExecuteCommand
|
||||
{
|
||||
public:
|
||||
CmdSelectionChangeExec(NotificationCenter* notificationCenter);
|
||||
virtual ~CmdSelectionChangeExec();;
|
||||
|
||||
CmdSelectionChangeExecData* commandData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user