From af665803f64b8e4ce7e7c184beb1f33e17c3595f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 9 Jun 2015 13:52:32 +0000 Subject: Fix partial commit. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5693 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/Interface.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/Interface.hpp') 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; -- cgit v1.2.1