]> git.saurik.com Git - wxWidgets.git/commitdiff
fix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jun 2004 15:35:14 +0000 (15:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jun 2004 15:35:14 +0000 (15:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/helpfrm.h

index ca8415ab25f0cf1041af663079b01aca1057e155..8ab577fee1d9c70240ae4faad7ee908f32eb2a9f 100644 (file)
@@ -70,7 +70,7 @@ struct wxHtmlHelpFrameCfg
     bool navig_on;
 };
 
-class wxHtmlHelpMergedIndexItem;
+struct wxHtmlHelpMergedIndexItem;
 class wxHtmlHelpMergedIndex;
 
 class WXDLLIMPEXP_CORE wxHelpControllerBase;