aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/storage.h')
-rw-r--r--backends/cloud/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/storage.h b/backends/cloud/storage.h
index 92f3bb96b2..e38c6bedd9 100644
--- a/backends/cloud/storage.h
+++ b/backends/cloud/storage.h
@@ -69,7 +69,7 @@ public:
virtual Networking::NetworkReadStream *streamFile(Common::String path) = 0;
/** Calls the callback when finished. */
- virtual void download(Common::String path, BoolCallback callback) = 0;
+ virtual void download(Common::String remotePath, Common::String localPath, BoolCallback callback) = 0;
/** Calls the callback when finished. */
virtual void remove(Common::String path, BoolCallback callback) = 0;