diff options
Diffstat (limited to 'Source/Core/Common/FileUtil.h')
| -rw-r--r-- | Source/Core/Common/FileUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/FileUtil.h b/Source/Core/Common/FileUtil.h index 1a487bbe4e..e2021bdab4 100644 --- a/Source/Core/Common/FileUtil.h +++ b/Source/Core/Common/FileUtil.h @@ -176,7 +176,7 @@ bool Copy(const std::string& srcFilename, const std::string& destFilename); bool CreateEmptyFile(const std::string& filename); // Recursive or non-recursive list of files and directories under directory. -FSTEntry ScanDirectoryTree(const std::string& directory, bool recursive); +FSTEntry ScanDirectoryTree(std::string directory, bool recursive); // deletes the given directory and anything under it. Returns true on success. bool DeleteDirRecursively(const std::string& directory); |
