From 9817a085335ec991a3b775b0ed3ed3f1e43f46ef Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 30 Jun 2004 15:35:14 +0000 Subject: [PATCH] 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 --- include/wx/html/helpfrm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;