diff options
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r-- | ingen/Interface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index 0ad9e1ba..59749dec 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -78,7 +78,7 @@ public: virtual void disconnect(const Raul::Path& tail, const Raul::Path& head) = 0; - virtual void disconnect_all(const Raul::Path& parent_patch, + virtual void disconnect_all(const Raul::Path& graph, const Raul::Path& path) = 0; virtual void set_property(const Raul::URI& subject, |