]> git.saurik.com Git - wxWidgets.git/commitdiff
wxLogWindow::GetOldLog() added
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Jun 1998 21:48:53 +0000 (21:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Jun 1998 21:48:53 +0000 (21:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/log.h

index 99ed98ee67a1255270e5b81777a9a2a4be364972..b5e608b77bd83e2af3a65aecfbe2e1f6ff47d68e 100644 (file)
@@ -202,6 +202,9 @@ public:
   // show/hide the log window
   void Show(bool bShow = TRUE);
 
+  // accessors
+  wxLog *GetOldLog() const { return m_pOldLog; }
+
 protected:
   virtual void DoLog(wxLogLevel level, const char *szString);
   virtual void DoLogString(const char *szString);