summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
parent09a0252c938fbdc3a0329520e78586432528eda9 (diff)
downloadingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.gz
ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.tar.bz2
ingen-da33ac899a390ac13abbc6fba36d1b5c1d65d267.zip
Add properties parameter to delete interfacenodeless
Diffstat (limited to 'tests')
-rw-r--r--tests/TestClient.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp
index 968e4423..99ab6d82 100644
--- a/tests/TestClient.hpp
+++ b/tests/TestClient.hpp
@@ -48,7 +48,8 @@ public:
void move(const Raul::Path& old_path,
const Raul::Path& new_path) {}
- void del(const Raul::URI& uri) {}
+ void del(const Raul::URI& uri,
+ const Properties& properties = Properties()) {}
void connect(const Raul::Path& tail,
const Raul::Path& head) {}