X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08300277756de38e7a82e575147a45765c3349e6..259c43f679ca655362b5a439e11c87fc0666d663:/include/wx/html/helpfrm.h diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index ca8415ab25..398ca7645a 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -12,10 +12,6 @@ #ifndef _WX_HELPFRM_H_ #define _WX_HELPFRM_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "helpfrm.h" -#endif - #include "wx/defs.h" #if wxUSE_WXHTML_HELP @@ -70,7 +66,7 @@ struct wxHtmlHelpFrameCfg bool navig_on; }; -class wxHtmlHelpMergedIndexItem; +struct wxHtmlHelpMergedIndexItem; class wxHtmlHelpMergedIndex; class WXDLLIMPEXP_CORE wxHelpControllerBase; @@ -243,7 +239,7 @@ protected: private: void DisplayIndexItem(const wxHtmlHelpMergedIndexItem *it); wxHtmlHelpMergedIndex *m_mergedIndex; - + DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxHtmlHelpFrame) };