diff options
| author | 2014-09-12 00:17:15 +0200 | |
|---|---|---|
| committer | 2014-09-17 14:35:45 +0000 | |
| commit | 6b7b36a8745ddfd0e24fa51ef74dbc3058b3dacc (patch) | |
| tree | dd5cdcd8b1f9822a019362b44a44ec9505adff8a /src/common/file_util.h | |
| parent | Common: Return the number of items read/written in IOFile’s methods instead... (diff) | |
| download | yuzu-6b7b36a8745ddfd0e24fa51ef74dbc3058b3dacc.tar.gz yuzu-6b7b36a8745ddfd0e24fa51ef74dbc3058b3dacc.tar.xz yuzu-6b7b36a8745ddfd0e24fa51ef74dbc3058b3dacc.zip | |
Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
Diffstat (limited to 'src/common/file_util.h')
| -rw-r--r-- | src/common/file_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index 8efff4958..897cbd77e 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h | |||
| @@ -43,7 +43,7 @@ enum { | |||
| 43 | NUM_PATH_INDICES | 43 | NUM_PATH_INDICES |
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | namespace File | 46 | namespace FileUtil |
| 47 | { | 47 | { |
| 48 | 48 | ||
| 49 | // FileSystem tree node/ | 49 | // FileSystem tree node/ |