summaryrefslogtreecommitdiff
path: root/include/llvm/Debugger/Debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Debugger/Debugger.h')
-rw-r--r--include/llvm/Debugger/Debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Debugger/Debugger.h b/include/llvm/Debugger/Debugger.h
index d003539e7e..42de35660c 100644
--- a/include/llvm/Debugger/Debugger.h
+++ b/include/llvm/Debugger/Debugger.h
@@ -96,7 +96,7 @@ namespace llvm {
/// the PATH for the specified program, loading it when found. If the
/// specified program cannot be found, an exception is thrown to indicate
/// the error.
- void loadProgram(const std::string &Path, const LLVMContext& Context);
+ void loadProgram(const std::string &Path, LLVMContext& Context);
/// unloadProgram - If a program is running, kill it, then unload all traces
/// of the current program. If no program is loaded, this method silently