From 35b038b17edefee28f48440d26414d1df6b972e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 16 Apr 2002 23:02:24 +0000 Subject: [PATCH] wxHtmlBookRecords needs not be wxObject git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2