summaryrefslogtreecommitdiffstats
path: root/ingen/client/ClientStore.hpp
diff options
context:
space:
mode:
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);