aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storagefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/storagefile.h')
-rw-r--r--backends/cloud/storagefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/storagefile.h b/backends/cloud/storagefile.h
index 1324cafc93..1183524f48 100644
--- a/backends/cloud/storagefile.h
+++ b/backends/cloud/storagefile.h
@@ -57,7 +57,7 @@ public:
uint32 timestamp() const { return _timestamp; }
bool isDirectory() const { return _isDirectory; }
- void setPath(Common::String path) { _path = path; }
+ void setPath(Common::String path_) { _path = path_; }
};
} // End of namespace Cloud