Really fix the test suite crasher this time.
llvm-svn: 129165
diff --git a/lldb/source/Commands/CommandObjectArgs.cpp b/lldb/source/Commands/CommandObjectArgs.cpp
index 26ffa19..6064ec8 100644
--- a/lldb/source/Commands/CommandObjectArgs.cpp
+++ b/lldb/source/Commands/CommandObjectArgs.cpp
@@ -37,7 +37,7 @@
//
CommandObjectArgs::CommandOptions::CommandOptions (CommandInterpreter &interpreter) :
- Options(m_interpreter)
+ Options(interpreter)
{
// Keep only one place to reset the values to their defaults
ResetOptionValues();