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:
parent
44fd6f721a
commit
9817a08533
@ -70,7 +70,7 @@ struct wxHtmlHelpFrameCfg
|
||||
bool navig_on;
|
||||
};
|
||||
|
||||
class wxHtmlHelpMergedIndexItem;
|
||||
struct wxHtmlHelpMergedIndexItem;
|
||||
class wxHtmlHelpMergedIndex;
|
||||
|
||||
class WXDLLIMPEXP_CORE wxHelpControllerBase;
|
||||
|
Loading…
Reference in New Issue
Block a user