From: Václav Slavík Date: Tue, 16 Apr 2002 23:02:24 +0000 (+0000) Subject: wxHtmlBookRecords needs not be wxObject X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/35b038b17edefee28f48440d26414d1df6b972e9 wxHtmlBookRecords needs not be wxObject git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/helpdata.h b/include/wx/html/helpdata.h index b58ff12022..0780cac6b0 100644 --- a/include/wx/html/helpdata.h +++ b/include/wx/html/helpdata.h @@ -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,