aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/Linker.h')
-rw-r--r--include/llvm/Support/Linker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Linker.h b/include/llvm/Support/Linker.h
index 3650ccbadf..e74c5d40fa 100644
--- a/include/llvm/Support/Linker.h
+++ b/include/llvm/Support/Linker.h
@@ -16,7 +16,7 @@ class Module;
// error occurs, true is returned and ErrorMsg (if not null) is set to indicate
// the problem.
//
-bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg = 0);
+bool LinkModules(Module *Dest, const Module *Src, std::string *ErrorMsg = 0);
#endif