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 /tests | |
parent | 09a0252c938fbdc3a0329520e78586432528eda9 (diff) | |
download | ingen-nodeless.tar.gz ingen-nodeless.tar.bz2 ingen-nodeless.zip |
Add properties parameter to delete interfacenodeless
Diffstat (limited to 'tests')
-rw-r--r-- | tests/TestClient.hpp | 3 |
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) {} |