X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05adb9d2fdc40d8620730be490bf406b8e367cf8..b1ac3b56e6b5b7342d69aa3b33744c345edb3d1e:/include/wx/mac/tooltip.h

diff --git a/include/wx/mac/tooltip.h b/include/wx/mac/tooltip.h
index 240ad50356..bc4bcbef44 100644
--- a/include/wx/mac/tooltip.h
+++ b/include/wx/mac/tooltip.h
@@ -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)
 };