From 6b199af8033f2176cef6128aaf744398a6ed50b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 9 Jun 2015 04:25:00 +0000 Subject: Server side loading. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5692 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/EventWriter.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/EventWriter.hpp') diff --git a/src/server/EventWriter.hpp b/src/server/EventWriter.hpp index efb48d59..15a144ef 100644 --- a/src/server/EventWriter.hpp +++ b/src/server/EventWriter.hpp @@ -64,8 +64,8 @@ public: const Resource::Properties& remove, const Resource::Properties& add); - virtual void copy(const Raul::Path& old_path, - const Raul::URI& new_uri); + virtual void copy(const Raul::URI& old_uri, + const Raul::URI& new_uri); virtual void move(const Raul::Path& old_path, const Raul::Path& new_path); -- cgit v1.2.1