]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tipwin.h
[start of] cleanup uxtheme support code
[wxWidgets.git] / include / wx / tipwin.h
index be2b8bbc28240a54e917c9dab4966edc9470eca0..e322d6c41ce9cf8e077969100f7902c0cb0c9cd0 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     10.09.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // 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_
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TIPWIN_H_
@@ -28,6 +28,7 @@
 
     #define wxTipWindowBase wxFrame
 #endif
 
     #define wxTipWindowBase wxFrame
 #endif
+#include "wx/arrstr.h"
 
 class WXDLLEXPORT wxTipWindowView;
 
 
 class WXDLLEXPORT wxTipWindowView;
 
@@ -92,6 +93,8 @@ private:
     DECLARE_EVENT_TABLE()
 
     friend class wxTipWindowView;
     DECLARE_EVENT_TABLE()
 
     friend class wxTipWindowView;
+
+    DECLARE_NO_COPY_CLASS(wxTipWindow)
 };
 
 #endif // wxUSE_TIPWINDOW
 };
 
 #endif // wxUSE_TIPWINDOW