From 6a9994cf2b7b2409f376710a4c9433f0bfe5ff07 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 30 Mar 2009 19:57:09 +0000 Subject: [PATCH] fix wxLogNull base class (closes #10654) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: /** -- 2.45.2