summaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2014-09-12 00:17:15 +0200
committerGravatar Emmanuel Gil Peyrot2014-09-17 14:35:45 +0000
commit6b7b36a8745ddfd0e24fa51ef74dbc3058b3dacc (patch)
treedd5cdcd8b1f9822a019362b44a44ec9505adff8a /src/common/file_util.h
parentCommon: Return the number of items read/written in IOFile’s methods instead... (diff)
downloadyuzu-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.h2
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
46namespace File 46namespace FileUtil
47{ 47{
48 48
49// FileSystem tree node/ 49// FileSystem tree node/