X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..ab8576b4acbf68f0aba6feb1d7ba110588a47dfb:/include/wx/generic/logg.h diff --git a/include/wx/generic/logg.h b/include/wx/generic/logg.h index c506e327f9..36268ea5d3 100644 --- a/include/wx/generic/logg.h +++ b/include/wx/generic/logg.h @@ -28,10 +28,11 @@ class WXDLLEXPORT wxLogTextCtrl : public wxLog public: wxLogTextCtrl(wxTextCtrl *pTextCtrl); -private: +protected: // implement sink function virtual void DoLogString(const wxChar *szString, time_t t); +private: // the control we use wxTextCtrl *m_pTextCtrl; @@ -89,7 +90,7 @@ public: bool bShow = true, // show window immediately? bool bPassToOld = true); // pass messages to the old target? - ~wxLogWindow(); + virtual ~wxLogWindow(); // window operations // show/hide the log window