aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/googledrive/googledrivestorage.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/googledrive/googledrivestorage.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/googledrive/googledrivestorage.h')
-rw-r--r--backends/cloud/googledrive/googledrivestorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/googledrive/googledrivestorage.h b/backends/cloud/googledrive/googledrivestorage.h
index 457369dc90..d0585bc403 100644
--- a/backends/cloud/googledrive/googledrivestorage.h
+++ b/backends/cloud/googledrive/googledrivestorage.h
@@ -86,7 +86,7 @@ public:
virtual Networking::Request *streamFileById(Common::String id, Networking::NetworkReadStreamCallback callback, Networking::ErrorCallback errorCallback);
/** Calls the callback when finished. */
- virtual Networking::Request *createDirectoryWithParentId(Common::String parentId, Common::String name, BoolCallback callback, Networking::ErrorCallback errorCallback);
+ virtual Networking::Request *createDirectoryWithParentId(Common::String parentId, Common::String directoryName, BoolCallback callback, Networking::ErrorCallback errorCallback);
/** Returns the StorageInfo struct. */
virtual Networking::Request *info(StorageInfoCallback callback, Networking::ErrorCallback errorCallback);