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 --- tests/TestClient.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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) {} -- cgit v1.2.1