From: Vadim Zeitlin Date: Wed, 30 Jun 2004 15:35:14 +0000 (+0000) Subject: fix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9817a085335ec991a3b775b0ed3ed3f1e43f46ef 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 --- diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index ca8415ab25..8ab577fee1 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -70,7 +70,7 @@ struct wxHtmlHelpFrameCfg bool navig_on; }; -class wxHtmlHelpMergedIndexItem; +struct wxHtmlHelpMergedIndexItem; class wxHtmlHelpMergedIndex; class WXDLLIMPEXP_CORE wxHelpControllerBase;