From da33ac899a390ac13abbc6fba36d1b5c1d65d267 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Mar 2017 22:32:53 +0200 Subject: Add properties parameter to delete interface --- src/client/ClientStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') 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 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)); -- cgit v1.2.1