From 774e843c036412e0a3bd5945af8e080ffdb3a846 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 7 Sep 1998 15:32:32 +0000 Subject: [PATCH] cvs incorrectly merged my last change somehow (there a\were 2 SetActiveTargets), corrected. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/log.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/wx/log.h b/include/wx/log.h index 944df18f39..5d492339b8 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -82,10 +82,7 @@ public: bool HasPendingMessages() const { return m_bHasMessages; } // only one sink is active at each moment - // get current log target, will call wxApp::CreateLogTarget() to create one - // if - static wxLog *GetActiveTarget(); - // change log target, pLogger = NULL disables logging. if bNoFlashOld is true, + // change log target, pLogger = NULL disables logging. if bNoFlashOld is true, // the old log target isn't flashed which might lead to loss of messages! // returns the previous log target static wxLog *SetActiveTarget(wxLog *pLogger, bool bNoFlashOld = FALSE); -- 2.47.2