diff --git a/wxPython/src/html.i b/wxPython/src/html.i
index ae58dc2a82..696ba5c7f5 100644
--- a/wxPython/src/html.i
+++ b/wxPython/src/html.i
@@ -1227,6 +1227,8 @@ public:
void ReadCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString);
void WriteCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString);
wxHtmlHelpFrame* GetFrame();
+
+ %pythoncode { def Destroy(self): pass }
};