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/CommandObjectFrame.cpp b/source/Commands/CommandObjectFrame.cpp
index 3b697fd..aaaee06 100644
--- a/source/Commands/CommandObjectFrame.cpp
+++ b/source/Commands/CommandObjectFrame.cpp
@@ -100,7 +100,7 @@
     public:
 
         CommandOptions (CommandInterpreter &interpreter) :
-            Options(m_interpreter)
+            Options(interpreter)
         {
             ResetOptionValues ();
         }
@@ -291,7 +291,7 @@
     public:
 
         CommandOptions (CommandInterpreter &interpreter) :
-            Options(m_interpreter)
+            Options(interpreter)
         {
             ResetOptionValues ();
         }