From ab3959c46b2eb277322d3be9536431d7d9597a73 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 6 Apr 2013 21:55:13 +0000 Subject: --- src/gui/main-window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/main-window.cc') diff --git a/src/gui/main-window.cc b/src/gui/main-window.cc index ea8b94f5..9912bf41 100644 --- a/src/gui/main-window.cc +++ b/src/gui/main-window.cc @@ -55,7 +55,7 @@ namespace OpenAxiom { w->resize(w->size() + diff); } - MainWindow::MainWindow(Command& cmd) : fs(cmd.root_dir), tabs(this) { + MainWindow::MainWindow(Command& cmd) : fs(cmd.root_dir), srv(cmd), tabs(this) { setCentralWidget(&tabs); Debate* debate = new Debate(&tabs, cmd); tabs.addTab(debate, "Main Frame"); -- cgit v1.2.3