X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..0a7b481fee70afb6736a9a19edcadbc679bdfb2f:/include/wx/tipwin.h diff --git a/include/wx/tipwin.h b/include/wx/tipwin.h index be2b8bbc28..6866687ec7 100644 --- a/include/wx/tipwin.h +++ b/include/wx/tipwin.h @@ -7,13 +7,13 @@ // 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__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "tipwin.h" #endif @@ -28,6 +28,7 @@ #define wxTipWindowBase wxFrame #endif +#include "wx/arrstr.h" class WXDLLEXPORT wxTipWindowView; @@ -92,6 +93,8 @@ private: DECLARE_EVENT_TABLE() friend class wxTipWindowView; + + DECLARE_NO_COPY_CLASS(wxTipWindow) }; #endif // wxUSE_TIPWINDOW