diff --git a/include/wx/log.h b/include/wx/log.h index 99ed98ee67..b5e608b77b 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -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);