]> git.saurik.com Git - wxWidgets.git/commitdiff
wxHtmlBookRecords needs not be wxObject
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 16 Apr 2002 23:02:24 +0000 (23:02 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 16 Apr 2002 23:02:24 +0000 (23:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/helpdata.h

index b58ff120224926b62754459bfae32aa2550cfc9a..0780cac6b0c6fd6fe3644733bb8660c47e514b48 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLEXPORT wxHtmlHelpData;
 // helper classes & structs
 //--------------------------------------------------------------------------------
 
-class WXDLLEXPORT wxHtmlBookRecord : public wxObject
+class WXDLLEXPORT wxHtmlBookRecord
 {
 public:
     wxHtmlBookRecord(const wxString& bookfile, const wxString& basepath,