]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/logg.h
Use child's listmodelnotifier's destructor (by overloading
[wxWidgets.git] / include / wx / generic / logg.h
index c506e327f922184c047868e13a99b1303f16f844..36268ea5d32737523beb7f6c51a2b8e7702aaa4f 100644 (file)
@@ -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