From 2b2532d0aeedda52eb7f2bb6034e7529a612977e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 2 Mar 2009 10:43:00 +0000 Subject: [PATCH] fixed compiler warning about struct/class mismatch (fixes #10534) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/winpars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/html/winpars.h b/include/wx/html/winpars.h index 4489ca5b69..94f16179eb 100644 --- a/include/wx/html/winpars.h +++ b/include/wx/html/winpars.h @@ -24,7 +24,7 @@ class WXDLLIMPEXP_FWD_HTML wxHtmlWindowInterface; class WXDLLIMPEXP_FWD_HTML wxHtmlWinParser; class WXDLLIMPEXP_FWD_HTML wxHtmlWinTagHandler; class WXDLLIMPEXP_FWD_HTML wxHtmlTagsModule; -class wxHtmlWinParser_TextParsingState; +struct wxHtmlWinParser_TextParsingState; //--------------------------------------------------------------------------------