summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.h')
-rw-r--r--lldb/source/Commands/CommandObjectMemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.h b/lldb/source/Commands/CommandObjectMemory.h
index a4665401510..b044921ae07 100644
--- a/lldb/source/Commands/CommandObjectMemory.h
+++ b/lldb/source/Commands/CommandObjectMemory.h
@@ -21,7 +21,7 @@ namespace lldb_private {
class CommandObjectMemory : public CommandObjectMultiword
{
public:
- CommandObjectMemory (CommandInterpreter *interpreter);
+ CommandObjectMemory (CommandInterpreter &interpreter);
virtual
~CommandObjectMemory ();
OpenPOWER on IntegriCloud