summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectRegister.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectRegister.h')
-rw-r--r--lldb/source/Commands/CommandObjectRegister.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectRegister.h b/lldb/source/Commands/CommandObjectRegister.h
index 740bc5424e4..7f856c2de52 100644
--- a/lldb/source/Commands/CommandObjectRegister.h
+++ b/lldb/source/Commands/CommandObjectRegister.h
@@ -28,7 +28,8 @@ public:
//------------------------------------------------------------------
// Constructors and Destructors
//------------------------------------------------------------------
- CommandObjectRegister(CommandInterpreter *interpreter);
+ CommandObjectRegister(CommandInterpreter &interpreter);
+
virtual
~CommandObjectRegister();
OpenPOWER on IntegriCloud