X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/137b5242b1834999da2883c7a68fbde28c6fba37..94bc8b14d4f74c5bb831b0eca20a45c751fbb5fe:/wxPython/src/htmlhelp.i?ds=sidebyside diff --git a/wxPython/src/htmlhelp.i b/wxPython/src/htmlhelp.i index 42917a1398..b74d65fb9f 100644 --- a/wxPython/src/htmlhelp.i +++ b/wxPython/src/htmlhelp.i @@ -14,7 +14,7 @@ %module htmlhelp %{ -#include "export.h" +#include "wxPython.h" #include #include #include @@ -47,7 +47,7 @@ //--------------------------------------------------------------------------- -class wxHtmlBookRecord : public wxObject { +class wxHtmlBookRecord { public: wxHtmlBookRecord(const wxString& bookfile, const wxString& basepath, const wxString& title, const wxString& start);