From a3b14191f4d9b0609642ba10cbf89285f001c413 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 27 Nov 2010 08:38:46 +0000 Subject: [PATCH] wxPlatformInfo does not derive from wxObject git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/platinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/platinfo.h b/interface/wx/platinfo.h index 36454b79be..520f09ff45 100644 --- a/interface/wx/platinfo.h +++ b/interface/wx/platinfo.h @@ -163,7 +163,7 @@ struct wxLinuxDistributionInfo @see ::wxGetOsVersion(), wxIsPlatformLittleEndian(), wxIsPlatform64Bit(), wxAppTraits, @ref group_funcmacro_networkuseros */ -class wxPlatformInfo : public wxObject +class wxPlatformInfo { public: -- 2.45.2