summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-04 17:44:17 +0000
committerDavid Robillard <d@drobilla.net>2015-10-04 17:44:17 +0000
commit7fc1e27690080712f975874e4c6af2f90fbddb94 (patch)
treeac081b4fce89874fc7dc03795c293e816b3b704d /tests
parente6e06c5197176fc79a8ffbfe5162039fc93d841d (diff)
downloadingen-7fc1e27690080712f975874e4c6af2f90fbddb94.tar.gz
ingen-7fc1e27690080712f975874e4c6af2f90fbddb94.tar.bz2
ingen-7fc1e27690080712f975874e4c6af2f90fbddb94.zip
Fix test suite compilation
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5741 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 39de3d33..71529454 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -73,8 +73,8 @@ public:
const Resource::Properties& remove,
const Resource::Properties& add) {}
- void copy(const Raul::Path& old_path,
- const Raul::URI& new_uri) {}
+ void copy(const Raul::URI& old_uri,
+ const Raul::URI& new_uri) {}
void move(const Raul::Path& old_path,
const Raul::Path& new_path) {}