Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
This commit is contained in:
parent
edaf59a759
commit
6b7b36a874
8 changed files with 31 additions and 31 deletions
|
@ -43,7 +43,7 @@ enum {
|
|||
NUM_PATH_INDICES
|
||||
};
|
||||
|
||||
namespace File
|
||||
namespace FileUtil
|
||||
{
|
||||
|
||||
// FileSystem tree node/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue