]> git.saurik.com Git - wxWidgets.git/commitdiff
wxPlatformInfo does not derive from wxObject
authorRobin Dunn <robin@alldunn.com>
Sat, 27 Nov 2010 08:38:46 +0000 (08:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 27 Nov 2010 08:38:46 +0000 (08:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/platinfo.h

index 36454b79beaf571efb58be3c72eca84dd9c6ee89..520f09ff45d50e392e12816cf65630b6bbacd61a 100644 (file)
@@ -163,7 +163,7 @@ struct wxLinuxDistributionInfo
     @see ::wxGetOsVersion(), wxIsPlatformLittleEndian(), wxIsPlatform64Bit(),
          wxAppTraits, @ref group_funcmacro_networkuseros
 */
-class wxPlatformInfo : public wxObject
+class wxPlatformInfo 
 {
 public: