From 32809534fd215ae224a1e05bdf82cd094ea5681b Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 10 Jan 2017 05:15:56 +0000 Subject: CLOUD: Fix Remaining Shadowing Compiler Warnings. --- backends/cloud/storagefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/cloud/storagefile.h') 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; } -- cgit v1.2.3