From: Vadim Zeitlin Date: Thu, 19 Jul 2001 23:43:40 +0000 (+0000) Subject: VC++ warning fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/481c879b8e9e4318e136eb8dd538fe793fd4eac5?ds=inline VC++ warning fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/htmlpars.cpp b/src/html/htmlpars.cpp index c45c2dfa29..06537bd0ce 100644 --- a/src/html/htmlpars.cpp +++ b/src/html/htmlpars.cpp @@ -49,8 +49,9 @@ public: WX_DECLARE_OBJARRAY(wxHtmlTextPiece, wxHtmlTextPieces); WX_DEFINE_OBJARRAY(wxHtmlTextPieces); -struct wxHtmlParserState +class wxHtmlParserState { +public: wxHtmlTag *m_curTag; wxHtmlTag *m_tags; wxHtmlTextPieces *m_textPieces;