From: Francesco Montorsi Date: Mon, 30 Mar 2009 19:57:09 +0000 (+0000) Subject: fix wxLogNull base class (closes #10654) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a9994cf2b7b2409f376710a4c9433f0bfe5ff07 fix wxLogNull base class (closes #10654) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/log.h b/interface/wx/log.h index e810b5ee2a..d404dafe9f 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -954,7 +954,7 @@ protected: @library{wxbase} @category{logging} */ -class wxLogNull : public wxLog +class wxLogNull { public: /**