aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storageinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/storageinfo.h')
-rw-r--r--backends/cloud/storageinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/cloud/storageinfo.h b/backends/cloud/storageinfo.h
index 469f0402c0..f1fb540974 100644
--- a/backends/cloud/storageinfo.h
+++ b/backends/cloud/storageinfo.h
@@ -37,8 +37,8 @@ class StorageInfo {
uint64 _usedBytes, _allocatedBytes;
public:
- StorageInfo(Common::String uid, Common::String name, Common::String email, uint64 used, uint64 allocated):
- _uid(uid), _name(name), _email(email), _usedBytes(used), _allocatedBytes(allocated) {}
+ StorageInfo(Common::String uid_, Common::String name_, Common::String email_, uint64 used_, uint64 allocated):
+ _uid(uid_), _name(name_), _email(email_), _usedBytes(used_), _allocatedBytes(allocated) {}
Common::String uid() const { return _uid; }
Common::String name() const { return _name; }