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