aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/mainwindow.h b/irc/mainwindow.h
index 9098e56..6a819fd 100644
--- a/irc/mainwindow.h
+++ b/irc/mainwindow.h
@@ -16,7 +16,7 @@ class MainWindow : public QMainWindow
public:
explicit MainWindow(QWidget *parent = 0);
- ~MainWindow();
+ virtual ~MainWindow();
private:
Ui::MainWindow *ui;