diff options
Diffstat (limited to 'ingen/client/ClientStore.hpp')
-rw-r--r-- | ingen/client/ClientStore.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/client/ClientStore.hpp b/ingen/client/ClientStore.hpp index 1887bed3..c3efb7c7 100644 --- a/ingen/client/ClientStore.hpp +++ b/ingen/client/ClientStore.hpp @@ -102,7 +102,8 @@ public: void disconnect_all(const Raul::Path& graph, const Raul::Path& path); - void del(const Raul::URI& uri); + void del(const Raul::URI& uri, + const Properties& properties = Properties()); void undo() {} void redo() {} |