summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp4
1 files changed, 2 insertions, 2 deletions
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 ();
}
OpenPOWER on IntegriCloud