summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System/Win32/Path.cpp')
-rw-r--r--llvm/lib/System/Win32/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Path.cpp b/llvm/lib/System/Win32/Path.cpp
index 9141ce086f2..c50877afb1a 100644
--- a/llvm/lib/System/Win32/Path.cpp
+++ b/llvm/lib/System/Win32/Path.cpp
@@ -573,7 +573,7 @@ bool Path::getMagicNumber(std::string& Magic, unsigned len) const {
}
void
-CopyFile(const sys::Path &Dest, const sys::Path &Src) {
+sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) {
if (!::CopyFile(Src.c_str(), Dest.c_str(), false))
ThrowError("Can't copy '" + Src.toString() +
"' to '" + Dest.toString() + "'");
OpenPOWER on IntegriCloud