X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..4e57034053aa0c73313f806c7b544e43c794394d:/include/wx/tipwin.h?ds=sidebyside diff --git a/include/wx/tipwin.h b/include/wx/tipwin.h index 7adfac1545..898ca6805f 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,8 +24,9 @@ #define wxTipWindowBase wxFrame #endif +#include "wx/arrstr.h" -class WXDLLEXPORT wxTipWindowView; +class WXDLLIMPEXP_FWD_CORE wxTipWindowView; // ---------------------------------------------------------------------------- // wxTipWindow