summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r--ingen/Interface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp
index cc44b4fd..8f6e25c4 100644
--- a/ingen/Interface.hpp
+++ b/ingen/Interface.hpp
@@ -69,8 +69,8 @@ public:
const Resource::Properties& remove,
const Resource::Properties& add) = 0;
- virtual void copy(const Raul::Path& old_path,
- const Raul::URI& new_uri) = 0;
+ virtual void copy(const Raul::URI& old_uri,
+ const Raul::URI& new_uri) = 0;
virtual void move(const Raul::Path& old_path,
const Raul::Path& new_path) = 0;