]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
Got a new version of StructuredText from Zope's CVS.
[wxWidgets.git] / wxPython / src / html.i
index d87eff32a2c71cb0920be94afd977e0afb128988..dfc8fa6e8d0309d44e85d716689ad76f98a0ba95 100644 (file)
@@ -523,7 +523,7 @@ enum {
 class wxHtmlPrintout : public wxPyPrintout {
 public:
     wxHtmlPrintout(const char* title = "Printout");
-    ~wxHtmlPrintout();
+    //~wxHtmlPrintout();   wxPrintPreview object takes ownership...
 
     void SetHtmlText(const wxString& html,
                      const wxString &basepath = wxEmptyString,