X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f7ed8c899f6c5806712cc4384d908d4bdb47a898:/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