From 481c879b8e9e4318e136eb8dd538fe793fd4eac5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 19 Jul 2001 23:43:40 +0000 Subject: [PATCH] VC++ warning fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlpars.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.45.2