]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
Fix for wxHtmlPrintout getting decrefed in Python at the wrong time
[wxWidgets.git] / wxPython / src / html.i
index d87eff32a2c71cb0920be94afd977e0afb128988..4b5ef2274c4e2b695923519ad0629ea1005cced6 100644 (file)
@@ -523,7 +523,7 @@ enum {
 class wxHtmlPrintout : public wxPyPrintout {
 public:
     wxHtmlPrintout(const char* title = "Printout");
-    ~wxHtmlPrintout();
+    //~wxHtmlPrintout();
 
     void SetHtmlText(const wxString& html,
                      const wxString &basepath = wxEmptyString,