]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/htmlhelp.i
Updates for wxColourDatabase
[wxWidgets.git] / wxPython / src / htmlhelp.i
index 42917a1398b84befed305875937d393968682bd9..b74d65fb9fd77622f6c1209964d0855daaaf39e4 100644 (file)
@@ -14,7 +14,7 @@
 %module htmlhelp
 
 %{
-#include "export.h"
+#include "wxPython.h"
 #include <wx/html/htmlwin.h>
 #include <wx/html/helpctrl.h>
 #include <wx/image.h>
@@ -47,7 +47,7 @@
 
 //---------------------------------------------------------------------------
 
-class wxHtmlBookRecord : public wxObject {
+class wxHtmlBookRecord {
 public:
     wxHtmlBookRecord(const wxString& bookfile, const wxString& basepath,
                      const wxString& title, const wxString& start);