summaryrefslogtreecommitdiffstats
path: root/api/logic/launch/steps/PreLaunchCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/launch/steps/PreLaunchCommand.h')
-rw-r--r--api/logic/launch/steps/PreLaunchCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/launch/steps/PreLaunchCommand.h b/api/logic/launch/steps/PreLaunchCommand.h
index 880cc076..5c955923 100644
--- a/api/logic/launch/steps/PreLaunchCommand.h
+++ b/api/logic/launch/steps/PreLaunchCommand.h
@@ -23,6 +23,8 @@ class PreLaunchCommand: public LaunchStep
Q_OBJECT
public:
explicit PreLaunchCommand(LaunchTask *parent);
+ virtual ~PreLaunchCommand() {};
+
virtual void executeTask();
virtual bool abort();
virtual bool canAbort() const