aboutsummaryrefslogtreecommitdiff
path: root/common/cloudmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/cloudmanager.h')
-rw-r--r--common/cloudmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cloudmanager.h b/common/cloudmanager.h
index 8a10a1a3c7..08ba928f34 100644
--- a/common/cloudmanager.h
+++ b/common/cloudmanager.h
@@ -53,7 +53,7 @@ public:
* Starts saves syncing process in currently active storage if there is any.
*/
- virtual void syncSaves() = 0;
+ virtual void syncSaves(Cloud::Storage::OperationCallback callback = 0) = 0;
};
} //end of namespace Common