From edfbda49843a6a658b5c7d2ada860c53fe2e593d Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 10 Feb 2017 12:32:43 +0000 Subject: Fix darwin and windows builds broken by r294736 Update the platform-specific log classes to match the new interface. llvm-svn: 294743 --- lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.h') diff --git a/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.h b/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.h index cbb99e8d907..8de35611edf 100644 --- a/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.h +++ b/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.h @@ -51,9 +51,10 @@ public: static void DisableLog(const char **args, lldb_private::Stream *feedback_strm); - static lldb_private::Log *EnableLog(lldb::StreamSP &log_stream_sp, - uint32_t log_options, const char **args, - lldb_private::Stream *feedback_strm); + static lldb_private::Log * + EnableLog(const std::shared_ptr &log_stream_sp, + uint32_t log_options, const char **args, + lldb_private::Stream *feedback_strm); static void ListLogCategories(lldb_private::Stream *strm); }; -- cgit v1.2.3