summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/ClientStore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp
index 58a46228..31ef4d47 100644
--- a/src/client/ClientStore.cpp
+++ b/src/client/ClientStore.cpp
@@ -208,8 +208,8 @@ ClientStore::del(const Raul::URI& uri)
}
void
-ClientStore::copy(const Raul::Path& old_path,
- const Raul::URI& new_uri)
+ClientStore::copy(const Raul::URI& old_uri,
+ const Raul::URI& new_uri)
{
_log.error("Client store copy unsupported\n");
}