summaryrefslogtreecommitdiffstats
path: root/application/widgets/CustomCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/widgets/CustomCommands.h')
-rw-r--r--application/widgets/CustomCommands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/widgets/CustomCommands.h b/application/widgets/CustomCommands.h
index 451b2cc0..4d447f7b 100644
--- a/application/widgets/CustomCommands.h
+++ b/application/widgets/CustomCommands.h
@@ -28,7 +28,7 @@ class CustomCommands : public QWidget
public:
explicit CustomCommands(QWidget *parent = 0);
- ~CustomCommands();
+ virtual ~CustomCommands();
void initialize(bool checkable, bool checked, const QString & prelaunch, const QString & wrapper, const QString & postexit);
bool checked() const;