X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..eebb8902d970787df1e70b83e011ce051ebead21:/include/wx/tipwin.h diff --git a/include/wx/tipwin.h b/include/wx/tipwin.h index be2b8bbc28..a805fc6b66 100644 --- a/include/wx/tipwin.h +++ b/include/wx/tipwin.h @@ -7,16 +7,12 @@ // Created: 10.09.00 // RCS-ID: $Id$ // Copyright: (c) 2000 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_TIPWIN_H_ #define _WX_TIPWIN_H_ -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "tipwin.h" -#endif - #if wxUSE_TIPWINDOW #if wxUSE_POPUPWIN @@ -28,14 +24,15 @@ #define wxTipWindowBase wxFrame #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 @@ -92,6 +89,8 @@ private: DECLARE_EVENT_TABLE() friend class wxTipWindowView; + + wxDECLARE_NO_COPY_CLASS(wxTipWindow); }; #endif // wxUSE_TIPWINDOW