diff options
Diffstat (limited to 'src/libs/gui/ConnectWindow.hpp')
-rw-r--r-- | src/libs/gui/ConnectWindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/ConnectWindow.hpp b/src/libs/gui/ConnectWindow.hpp index f8cd8db8..086da446 100644 --- a/src/libs/gui/ConnectWindow.hpp +++ b/src/libs/gui/ConnectWindow.hpp @@ -54,7 +54,7 @@ public: void set_connected_to(SharedPtr<Shared::EngineInterface> e=SharedPtr<Shared::EngineInterface>()); void start(SharedPtr<Ingen::Engine> engine, SharedPtr<Shared::EngineInterface> interface); - void response_received(int32_t id, bool, string) { if ((id) == _ping_id) _attached = true; } + void response_ok_received(int32_t id) { if ((id) == _ping_id) _attached = true; } private: enum Mode { CONNECT_REMOTE, LAUNCH_REMOTE, INTERNAL }; |