diff options
Diffstat (limited to 'src/gui/ConnectWindow.hpp')
-rw-r--r-- | src/gui/ConnectWindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index 65ff11a2..9f82db32 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -44,7 +44,7 @@ public: const Glib::RefPtr<Gtk::Builder>& xml); void set_connected_to(SharedPtr<ServerInterface> engine); - void start(Ingen::Shared::World* world); + void start(App& app, Ingen::Shared::World* world); void on_response(int32_t id) { _attached = true; } bool attached() const { return _finished_connecting; } |