X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4aa31786746fc9858c34bbfc67867fabbf9e8c1f..ae8c4b33a3272fba39c405542141e7c486b75136:/include/wx/html/helpfrm.h diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index b2b0432d8e..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)