X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc55e31bdc7fbf6f1006f298ed8310e7972984e9..ba5787676d002f76b4c3944cb598b626f10f058d:/include/wx/html/winpars.h diff --git a/include/wx/html/winpars.h b/include/wx/html/winpars.h index 965738d542..125183e0b0 100644 --- a/include/wx/html/winpars.h +++ b/include/wx/html/winpars.h @@ -41,7 +41,7 @@ class WXDLLIMPEXP_HTML wxHtmlWinParser : public wxHtmlParser public: wxHtmlWinParser(wxHtmlWindowInterface *wndIface = NULL); - ~wxHtmlWinParser(); + virtual ~wxHtmlWinParser(); virtual void InitParser(const wxString& source); virtual void DoneParser(); @@ -64,9 +64,10 @@ public: // for this DC. If you want actual values, call // GetDC()->GetChar...() - // returns associated wxWindow + // returns interface to the rendering window wxHtmlWindowInterface *GetWindowInterface() {return m_windowInterface;} #if WXWIN_COMPATIBILITY_2_6 + // deprecated, use GetWindowInterface()->GetHTMLWindow() instead wxDEPRECATED( wxHtmlWindow *GetWindow() ); #endif