aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Process/Windows/Live/ProcessWindowsLive.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/Process/Windows/Live/ProcessWindowsLive.h')
-rw-r--r--source/Plugins/Process/Windows/Live/ProcessWindowsLive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Plugins/Process/Windows/Live/ProcessWindowsLive.h b/source/Plugins/Process/Windows/Live/ProcessWindowsLive.h
index 2429f873c823..657877f529b2 100644
--- a/source/Plugins/Process/Windows/Live/ProcessWindowsLive.h
+++ b/source/Plugins/Process/Windows/Live/ProcessWindowsLive.h
@@ -43,7 +43,7 @@ public:
//------------------------------------------------------------------
static lldb::ProcessSP
CreateInstance(lldb::TargetSP target_sp,
- lldb_private::Listener &listener,
+ lldb::ListenerSP listener_sp,
const lldb_private::FileSpec *);
static void
@@ -62,7 +62,7 @@ public:
// Constructors and destructors
//------------------------------------------------------------------
ProcessWindowsLive(lldb::TargetSP target_sp,
- lldb_private::Listener &listener);
+ lldb::ListenerSP listener_sp);
~ProcessWindowsLive();