]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tipwin.h
more wxFD_XXX renamings (patch 1488371)
[wxWidgets.git] / include / wx / tipwin.h
index 7adfac1545148ea5cd6da40f51b74544fd6948ab..75588a5a3e1aec2e9b1893b5c20bb69e4237545a 100644 (file)
@@ -7,16 +7,12 @@
 // Created:     10.09.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// 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,6 +24,7 @@
 
     #define wxTipWindowBase wxFrame
 #endif
+#include "wx/arrstr.h"
 
 class WXDLLEXPORT wxTipWindowView;