summaryrefslogtreecommitdiffstats
path: root/ingen/client/ClientStore.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-06-09 13:52:32 +0000
committerDavid Robillard <d@drobilla.net>2015-06-09 13:52:32 +0000
commitaf665803f64b8e4ce7e7c184beb1f33e17c3595f (patch)
treef680b2b69fe6d5c09fdc37140f29890d82babb38 /ingen/client/ClientStore.hpp
parent6b199af8033f2176cef6128aaf744398a6ed50b5 (diff)
downloadingen-af665803f64b8e4ce7e7c184beb1f33e17c3595f.tar.gz
ingen-af665803f64b8e4ce7e7c184beb1f33e17c3595f.tar.bz2
ingen-af665803f64b8e4ce7e7c184beb1f33e17c3595f.zip
Fix partial commit.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5693 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/client/ClientStore.hpp')
-rw-r--r--ingen/client/ClientStore.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/client/ClientStore.hpp b/ingen/client/ClientStore.hpp
index 90127d41..9ba4aa26 100644
--- a/ingen/client/ClientStore.hpp
+++ b/ingen/client/ClientStore.hpp
@@ -81,8 +81,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);