X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55c9a18696a2bedb4fb15a0986e418aafb46f2ec..9861f022c31f3f46b694f77cb166b02452a63b6d:/include/wx/generic/logg.h diff --git a/include/wx/generic/logg.h b/include/wx/generic/logg.h index 26caf21bb0..36268ea5d3 100644 --- a/include/wx/generic/logg.h +++ b/include/wx/generic/logg.h @@ -12,10 +12,6 @@ #ifndef _WX_LOGG_H_ #define _WX_LOGG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "logg.h" -#endif - #if wxUSE_GUI // ---------------------------------------------------------------------------- @@ -32,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; @@ -93,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