summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/ConnectWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp
index 1aea8b26..f719cdc1 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -183,7 +183,7 @@ ConnectWindow::connect_remote(const Raul::URI& uri)
Ingen::World* world = _app->world();
SPtr<ThreadedSigClientInterface> tsci(
- new Client::ThreadedSigClientInterface(1024));
+ new Client::ThreadedSigClientInterface());
SPtr<Ingen::Interface> iface(world->new_interface(uri, tsci));
if (iface) {