mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Correct the name of the method. CopyFiles -> CopyFile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b4f501470
commit
3874730dd4
@ -592,7 +592,7 @@ namespace sys {
|
||||
/// file specified by Dest. If an error occurs, Dest is removed.
|
||||
/// @throws std::string if an error opening or writing the files occurs.
|
||||
/// @brief Copy one file to another.
|
||||
void CopyFiles(const Path& Dest, const Path& Src);
|
||||
void CopyFile(const Path& Dest, const Path& Src);
|
||||
}
|
||||
|
||||
inline std::ostream& operator<<(std::ostream& strm, const sys::Path& aPath) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user