From b1a6341a2674fd80fc10e87856c03200f8f99d42 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 11 Jun 2003 21:19:57 +0000 Subject: [PATCH] Fix some class names git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/html.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/src/html.i b/wxPython/src/html.i index ee3608491d..c462f8fbdd 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -180,13 +180,13 @@ public: class wxHtmlWinParser : public wxHtmlParser { public: - wxHtmlWinParser(wxHtmlWindow *wnd = NULL); + wxHtmlWinParser(wxPyHtmlWindow *wnd = NULL); void SetDC(wxDC *dc); wxDC* GetDC(); int GetCharHeight(); int GetCharWidth(); - wxHtmlWindow* GetWindow(); + wxPyHtmlWindow* GetWindow(); // Sets fonts to be used when displaying HTML page. (if size null then default sizes used). %addmethods { void SetFonts(wxString normal_face, wxString fixed_face, PyObject* sizes=NULL) {