From f16066e842df736ebbbd06c46a37c4221ca71e4e Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 8 Apr 2011 22:39:17 +0000 Subject: Really fix the test suite crasher this time. llvm-svn: 129165 --- lldb/source/Commands/CommandObjectFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectFrame.cpp') diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp index 3b697fd52cb..aaaee06c4be 100644 --- a/lldb/source/Commands/CommandObjectFrame.cpp +++ b/lldb/source/Commands/CommandObjectFrame.cpp @@ -100,7 +100,7 @@ public: public: CommandOptions (CommandInterpreter &interpreter) : - Options(m_interpreter) + Options(interpreter) { ResetOptionValues (); } @@ -291,7 +291,7 @@ public: public: CommandOptions (CommandInterpreter &interpreter) : - Options(m_interpreter) + Options(interpreter) { ResetOptionValues (); } -- cgit v1.2.3