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
This commit is contained in:
Václav Slavík
2009-03-02 10:43:00 +00:00
parent 8dc15a3207
commit 2b2532d0ae

View File

@@ -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;
//--------------------------------------------------------------------------------