summaryrefslogtreecommitdiffstats
path: root/src/server/EventWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/EventWriter.hpp')
-rw-r--r--src/server/EventWriter.hpp4
1 files changed, 2 insertions, 2 deletions
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);