X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9b21c9f47f59f36d73220270002b55a7babfdfc..8f520a56b7bacb0c685526188dd5f7bdbf186470:/include/wx/html/helpfrm.h diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index 2d8c439e13..ed6e6f8e0e 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -34,8 +34,8 @@ #include "wx/html/htmlwin.h" #include "wx/html/htmprint.h" -class WXDLLEXPORT wxButton; -class WXDLLEXPORT wxTextCtrl; +class WXDLLIMPEXP_CORE wxButton; +class WXDLLIMPEXP_CORE wxTextCtrl; // style flags for the Help Frame @@ -68,9 +68,9 @@ struct wxHtmlHelpFrameCfg }; -class WXDLLEXPORT wxHelpControllerBase; +class WXDLLIMPEXP_CORE wxHelpControllerBase; -class WXDLLEXPORT wxHtmlHelpFrame : public wxFrame +class WXDLLIMPEXP_HTML wxHtmlHelpFrame : public wxFrame { DECLARE_DYNAMIC_CLASS(wxHtmlHelpFrame) @@ -169,7 +169,7 @@ protected: void OnActivate(wxActivateEvent& event); #ifdef __WXMAC__ - void OnQuit(wxCommandEvent& event); + void OnClose(wxCommandEvent& event); void OnAbout(wxCommandEvent& event); #endif