]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/tooltip.h
declare wxEntry() as taking char **Argv, not char *argv[]
[wxWidgets.git] / include / wx / mac / tooltip.h
index 7398a01e4b694062b4d92c1c555b290da19c335c..bc4bcbef442204a59af85109570bc5a144977e46 100644 (file)
@@ -43,5 +43,6 @@ public:
 private:
     wxString  m_text;           // tooltip text
     wxWindow *m_window;         // window we're associated with
+    DECLARE_ABSTRACT_CLASS(wxToolTip)
 };