summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-26 22:32:53 +0200
committerDavid Robillard <d@drobilla.net>2017-03-26 22:49:48 +0200
commitda33ac899a390ac13abbc6fba36d1b5c1d65d267 (patch)
tree887af451a7e9fe7d2d1aac076246b8d410747e9c /ingen/Interface.hpp
parent09a0252c938fbdc3a0329520e78586432528eda9 (diff)
downloadingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.gz
ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.bz2
ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.zip
Add properties parameter to delete interfacenodeless
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;