X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/tipwin.h diff --git a/include/wx/tipwin.h b/include/wx/tipwin.h index 6866687ec7..a2ca0f13e2 100644 --- a/include/wx/tipwin.h +++ b/include/wx/tipwin.h @@ -5,7 +5,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 10.09.00 -// RCS-ID: $Id$ // Copyright: (c) 2000 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -13,10 +12,6 @@ #ifndef _WX_TIPWIN_H_ #define _WX_TIPWIN_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "tipwin.h" -#endif - #if wxUSE_TIPWINDOW #if wxUSE_POPUPWIN @@ -30,13 +25,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 @@ -94,7 +89,7 @@ private: friend class wxTipWindowView; - DECLARE_NO_COPY_CLASS(wxTipWindow) + wxDECLARE_NO_COPY_CLASS(wxTipWindow); }; #endif // wxUSE_TIPWINDOW