summaryrefslogtreecommitdiffstats
path: root/tests/TestClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestClient.hpp')
-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) {}