diff options
author | David Robillard <d@drobilla.net> | 2017-03-26 22:32:53 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-03-26 22:49:48 +0200 |
commit | da33ac899a390ac13abbc6fba36d1b5c1d65d267 (patch) | |
tree | 887af451a7e9fe7d2d1aac076246b8d410747e9c /src/client | |
parent | 09a0252c938fbdc3a0329520e78586432528eda9 (diff) | |
download | ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.gz ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.bz2 ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.zip |
Add properties parameter to delete interfacenodeless
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/ClientStore.cpp | 2 |
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)); |