]> git.saurik.com Git - wxWidgets.git/commitdiff
fix wxLogNull base class (closes #10654)
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 30 Mar 2009 19:57:09 +0000 (19:57 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 30 Mar 2009 19:57:09 +0000 (19:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/log.h

index e810b5ee2a16f99acd0eb4c956bec49032340c08..d404dafe9fb07d6492c2a158cbe68c7d3eda332a 100644 (file)
@@ -954,7 +954,7 @@ protected:
     @library{wxbase}
     @category{logging}
 */
-class wxLogNull : public wxLog
+class wxLogNull
 {
 public:
     /**