aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/savessyncrequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/savessyncrequest.h')
-rw-r--r--backends/cloud/savessyncrequest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/cloud/savessyncrequest.h b/backends/cloud/savessyncrequest.h
index d1a9d4a44c..304c44407c 100644
--- a/backends/cloud/savessyncrequest.h
+++ b/backends/cloud/savessyncrequest.h
@@ -66,10 +66,10 @@ public:
virtual void restart();
/** Returns a number in range [0, 1], where 1 is "complete". */
- double getDownloadingProgress();
+ double getDownloadingProgress() const;
/** Returns a number in range [0, 1], where 1 is "complete". */
- double getProgress();
+ double getProgress() const;
/** Returns an array of saves names which are not downloaded yet. */
Common::Array<Common::String> getFilesToDownload();