X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5413b878c19eafae19edb48455d0d79b37b0ffc..1e30d94eff7dca642729cb2f557650e8f2ebc61f:/include/wx/html/winpars.h diff --git a/include/wx/html/winpars.h b/include/wx/html/winpars.h index bdb16749cf..f634481287 100644 --- a/include/wx/html/winpars.h +++ b/include/wx/html/winpars.h @@ -259,6 +259,8 @@ private: // the wxHtmlWinParser object //----------------------------------------------------------------------------- +class WXDLLIMPEXP_HTML wxHtmlStyleParams; + class WXDLLIMPEXP_HTML wxHtmlWinTagHandler : public wxHtmlTagHandler { DECLARE_ABSTRACT_CLASS(wxHtmlWinTagHandler) @@ -271,6 +273,8 @@ public: protected: wxHtmlWinParser *m_WParser; // same as m_Parser, but overcasted + void ApplyStyle(const wxHtmlStyleParams &styleParams); + wxDECLARE_NO_COPY_CLASS(wxHtmlWinTagHandler); };