aboutsummaryrefslogtreecommitdiff
path: root/src/gui/server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/server.cc')
-rw-r--r--src/gui/server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/server.cc b/src/gui/server.cc
index 529eef4c..461c22b8 100644
--- a/src/gui/server.cc
+++ b/src/gui/server.cc
@@ -33,7 +33,7 @@
#include "server.h"
namespace OpenAxiom {
- Server::Server(const Command& c) : cmd(c) {
+ Server::Server(const Command& c) : cmd(c), fs(c.root_dir) {
setProcessChannelMode(QProcess::MergedChannels);
}