X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08300277756de38e7a82e575147a45765c3349e6..d11e8786ed13b72766eea18cb577cc00f9f08f41:/include/wx/html/helpfrm.h diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index ca8415ab25..255739841b 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; @@ -243,7 +243,7 @@ protected: private: void DisplayIndexItem(const wxHtmlHelpMergedIndexItem *it); wxHtmlHelpMergedIndex *m_mergedIndex; - + DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxHtmlHelpFrame) };