BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol.
This should ensure that any future cut-and-paste for new backends do not repeat this same warning issue.
This commit is contained in:
parent
6c4b89e6dc
commit
adbf18abca
17 changed files with 27 additions and 27 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
|
||||
virtual Common::SeekableReadStream *createReadStream();
|
||||
virtual Common::WriteStream *createWriteStream();
|
||||
virtual bool create(bool isDirectory);
|
||||
virtual bool create(bool isDirectoryFlag);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue