summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
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 /src/client/ClientStore.cpp
parent09a0252c938fbdc3a0329520e78586432528eda9 (diff)
downloadingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.gz
ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.bz2
ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.zip
Add properties parameter to delete interfacenodeless
Diffstat (limited to 'src/client/ClientStore.cpp')
-rw-r--r--src/client/ClientStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp
index 9f84f660..169fe2de 100644
--- a/src/client/ClientStore.cpp
+++ b/src/client/ClientStore.cpp
@@ -207,7 +207,7 @@ ClientStore::add_plugin(SPtr<PluginModel> pm)
/* ****** Signal Handlers ******** */
void
-ClientStore::del(const Raul::URI& uri)
+ClientStore::del(const Raul::URI& uri, const Properties& properties)
{
if (uri_is_path(uri)) {
remove_object(uri_to_path(uri));