fix wxLogNull base class (closes #10654)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-03-30 19:57:09 +00:00
parent 197380a09f
commit 6a9994cf2b

View File

@@ -954,7 +954,7 @@ protected:
@library{wxbase}
@category{logging}
*/
class wxLogNull : public wxLog
class wxLogNull
{
public:
/**