aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storagefile.h
diff options
context:
space:
mode:
authorD G Turner2017-01-10 05:15:56 +0000
committerD G Turner2017-01-10 05:15:56 +0000
commit32809534fd215ae224a1e05bdf82cd094ea5681b (patch)
tree54b8c126cb6b40d2140a2c8b66d69016b6eecc89 /backends/cloud/storagefile.h
parentace486cef4a25dda754fb9a666d6cea3c246fa47 (diff)
downloadscummvm-rg350-32809534fd215ae224a1e05bdf82cd094ea5681b.tar.gz
scummvm-rg350-32809534fd215ae224a1e05bdf82cd094ea5681b.tar.bz2
scummvm-rg350-32809534fd215ae224a1e05bdf82cd094ea5681b.zip
CLOUD: Fix Remaining Shadowing Compiler Warnings.
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 44f16c3689..c29ac77dd1 100644
--- a/backends/cloud/storagefile.h
+++ b/backends/cloud/storagefile.h
@@ -48,7 +48,7 @@ class StorageFile {
public:
StorageFile(); //invalid empty file
StorageFile(Common::String pth, uint32 sz, uint32 ts, bool dir);
- StorageFile(Common::String id, Common::String path, Common::String name, uint32 sz, uint32 ts, bool dir);
+ StorageFile(Common::String fileId, Common::String filePath, Common::String fileName, uint32 sz, uint32 ts, bool dir);
Common::String id() const { return _id; }
Common::String path() const { return _path; }