fix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-06-30 15:35:14 +00:00
parent 44fd6f721a
commit 9817a08533

View File

@ -70,7 +70,7 @@ struct wxHtmlHelpFrameCfg
bool navig_on;
};
class wxHtmlHelpMergedIndexItem;
struct wxHtmlHelpMergedIndexItem;
class wxHtmlHelpMergedIndex;
class WXDLLIMPEXP_CORE wxHelpControllerBase;