summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/include/lldb/Interpreter/CommandInterpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h b/lldb/include/lldb/Interpreter/CommandInterpreter.h
index efbd849635a..34c62c5a314 100644
--- a/lldb/include/lldb/Interpreter/CommandInterpreter.h
+++ b/lldb/include/lldb/Interpreter/CommandInterpreter.h
@@ -404,7 +404,7 @@ public:
}
void SkipAppInitFiles(bool skip_app_init_files) {
- m_skip_app_init_files = m_skip_lldbinit_files;
+ m_skip_app_init_files = skip_app_init_files;
}
bool GetSynchronous();
OpenPOWER on IntegriCloud