aboutsummaryrefslogtreecommitdiff
path: root/src/gui/main-window.cc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-06 21:55:13 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-06 21:55:13 +0000
commitab3959c46b2eb277322d3be9536431d7d9597a73 (patch)
treef58d8bd2c70fac71b678bac96e1aeec72e2b50e6 /src/gui/main-window.cc
parentd33fc2c04f3832483ea136bbee11cec3beb0bbd0 (diff)
downloadopen-axiom-ab3959c46b2eb277322d3be9536431d7d9597a73.tar.gz
Diffstat (limited to 'src/gui/main-window.cc')
-rw-r--r--src/gui/main-window.cc2
1 files changed, 1 insertions, 1 deletions
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");