X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f6669958924c3c3833e2932b65598b06073d2e65:/include/wx/tipwin.h diff --git a/include/wx/tipwin.h b/include/wx/tipwin.h index 75588a5a3e..a805fc6b66 100644 --- a/include/wx/tipwin.h +++ b/include/wx/tipwin.h @@ -26,13 +26,13 @@ #endif #include "wx/arrstr.h" -class WXDLLEXPORT wxTipWindowView; +class WXDLLIMPEXP_FWD_CORE wxTipWindowView; // ---------------------------------------------------------------------------- // wxTipWindow // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTipWindow : public wxTipWindowBase +class WXDLLIMPEXP_CORE wxTipWindow : public wxTipWindowBase { public: // the mandatory ctor parameters are: the parent window and the text to @@ -90,7 +90,7 @@ private: friend class wxTipWindowView; - DECLARE_NO_COPY_CLASS(wxTipWindow) + wxDECLARE_NO_COPY_CLASS(wxTipWindow); }; #endif // wxUSE_TIPWINDOW