X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55c9a18696a2bedb4fb15a0986e418aafb46f2ec..cb8acbd632841a18c69ac6de9e44910e41a5293f:/include/wx/generic/logg.h diff --git a/include/wx/generic/logg.h b/include/wx/generic/logg.h index 26caf21bb0..b9580939ad 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;