aboutsummaryrefslogtreecommitdiffstats
path: root/gui/generic/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/generic/mainwindow.h')
-rw-r--r--gui/generic/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/generic/mainwindow.h b/gui/generic/mainwindow.h
index bb6a4cf1..4d1cf598 100644
--- a/gui/generic/mainwindow.h
+++ b/gui/generic/mainwindow.h
@@ -29,7 +29,7 @@ class MainWindow : public BaseMainWindow
Q_OBJECT
public:
- explicit MainWindow(std::unique_ptr<Context> context, ArchArgs args, QWidget *parent = 0);
+ explicit MainWindow(std::unique_ptr<Context> context, CommandHandler *handler, QWidget *parent = 0);
virtual ~MainWindow();
public: