summaryrefslogtreecommitdiffstats
path: root/ingen/Tee.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/Tee.hpp
parent09a0252c938fbdc3a0329520e78586432528eda9 (diff)
downloadingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.gz
ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.bz2
ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.zip
Add properties parameter to delete interfacenodeless
Diffstat (limited to 'ingen/Tee.hpp')
-rw-r--r--ingen/Tee.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ingen/Tee.hpp b/ingen/Tee.hpp
index 02596e03..b2e1244e 100644
--- a/ingen/Tee.hpp
+++ b/ingen/Tee.hpp
@@ -86,7 +86,10 @@ public:
BROADCAST(move, old_path, new_path);
}
- void del(const Raul::URI& uri) { BROADCAST(del, uri); }
+ void del(const Raul::URI& uri,
+ const Properties& properties = Properties()) {
+ BROADCAST(del, uri, properties);
+ }
void connect(const Raul::Path& tail,
const Raul::Path& head) {