summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r--ingen/Interface.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp
index e396872e..2a580f0c 100644
--- a/ingen/Interface.hpp
+++ b/ingen/Interface.hpp
@@ -79,7 +79,8 @@ public:
virtual void move(const Raul::Path& old_path,
const Raul::Path& new_path) = 0;
- virtual void del(const Raul::URI& uri) = 0;
+ virtual void del(const Raul::URI& uri,
+ const Properties& properties = Properties()) = 0;
virtual void connect(const Raul::Path& tail,
const Raul::Path& head) = 0;