]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tipwin.h
No changes, just removed hard tabs and trailing white space.
[wxWidgets.git] / include / wx / tipwin.h
index d8ad218f2190e2cca2e416ffc943a75d2bb42a40..a805fc6b6606763dcc1ac632c0294c6ceef05a54 100644 (file)
 #ifndef _WX_TIPWIN_H_
 #define _WX_TIPWIN_H_
 
 #ifndef _WX_TIPWIN_H_
 #define _WX_TIPWIN_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "tipwin.h"
-#endif
-
 #if wxUSE_TIPWINDOW
 
 #if wxUSE_POPUPWIN
 #if wxUSE_TIPWINDOW
 
 #if wxUSE_POPUPWIN
 
     #define wxTipWindowBase wxFrame
 #endif
 
     #define wxTipWindowBase wxFrame
 #endif
+#include "wx/arrstr.h"
 
 
-class WXDLLEXPORT wxTipWindowView;
+class WXDLLIMPEXP_FWD_CORE wxTipWindowView;
 
 // ----------------------------------------------------------------------------
 // wxTipWindow
 // ----------------------------------------------------------------------------
 
 
 // ----------------------------------------------------------------------------
 // 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
 {
 public:
     // the mandatory ctor parameters are: the parent window and the text to
@@ -93,7 +90,7 @@ private:
 
     friend class wxTipWindowView;
 
 
     friend class wxTipWindowView;
 
-    DECLARE_NO_COPY_CLASS(wxTipWindow)
+    wxDECLARE_NO_COPY_CLASS(wxTipWindow);
 };
 
 #endif // wxUSE_TIPWINDOW
 };
 
 #endif // wxUSE_TIPWINDOW