diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/cloudmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cloudmanager.h b/common/cloudmanager.h index 5ed67d3f7d..5919937720 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(BaseCallback<bool> *callback = 0) = 0; + virtual void syncSaves(Cloud::Storage::BoolCallback callback = 0) = 0; }; } //end of namespace Common |
