]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/tooltip.h
compilation fix for non-PCH
[wxWidgets.git] / include / wx / mac / tooltip.h
index 240ad50356fc51e06d81b6d25a11bb57467dab79..bc4bcbef442204a59af85109570bc5a144977e46 100644 (file)
@@ -31,7 +31,7 @@ public:
     static void Enable(bool flag);
         // set the delay after which the tooltip appears
     static void SetDelay(long milliseconds);
-    static void NotifyWindowDelete( WindowRef win ) ;
+    static void NotifyWindowDelete( WXHWND win ) ;
 
     // implementation only from now on
     // -------------------------------
@@ -43,5 +43,6 @@ public:
 private:
     wxString  m_text;           // tooltip text
     wxWindow *m_window;         // window we're associated with
+    DECLARE_ABSTRACT_CLASS(wxToolTip)
 };