commit | 9335643418cfaeba8e42a6c8e4084eae623b1acd | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri Apr 08 22:39:17 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri Apr 08 22:39:17 2011 +0000 |
tree | 11f09469321822eec6bd280e21a147187f5e2f24 | |
parent | 0e0636d13ca8b58694f56d1d5991e96b51cc8273 [diff] [blame] |
Really fix the test suite crasher this time. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@129165 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectExpression.cpp b/source/Commands/CommandObjectExpression.cpp index 5e5f968..31ecaf1 100644 --- a/source/Commands/CommandObjectExpression.cpp +++ b/source/Commands/CommandObjectExpression.cpp
@@ -38,7 +38,7 @@ using namespace lldb_private; CommandObjectExpression::CommandOptions::CommandOptions (CommandInterpreter &interpreter) : - Options(m_interpreter) + Options(interpreter) { // Keep only one place to reset the values to their defaults ResetOptionValues();