diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-09-12 00:17:15 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-09-17 14:35:45 +0000 |
commit | 6b7b36a8745ddfd0e24fa51ef74dbc3058b3dacc (patch) | |
tree | dd5cdcd8b1f9822a019362b44a44ec9505adff8a /src/common/file_util.h | |
parent | edaf59a759f26f2caf6ba70de47f52b667743e5c (diff) |
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 8efff49581..897cbd77e1 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -43,7 +43,7 @@ enum { NUM_PATH_INDICES }; -namespace File +namespace FileUtil { // FileSystem tree node/ |