X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..5cbda74b6606482f5286a5599fc60f3f91995a52:/include/wx/tipwin.h diff --git a/include/wx/tipwin.h b/include/wx/tipwin.h index 898ca6805f..a805fc6b66 100644 --- a/include/wx/tipwin.h +++ b/include/wx/tipwin.h @@ -32,7 +32,7 @@ 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