aboutsummaryrefslogtreecommitdiff
path: root/src/gui/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/server.h')
-rw-r--r--src/gui/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/server.h b/src/gui/server.h
index e67b5291..8cf1f227 100644
--- a/src/gui/server.h
+++ b/src/gui/server.h
@@ -38,7 +38,7 @@
namespace OpenAxiom {
struct Server : QProcess {
- explicit Server(const Command&);
+ Server(int, char*[]);
~Server();
const Filesystem& system_root() const { return fs; }