]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/tooltip.h
setting according to a minimum system of 10.3 and supporting 64 bit
[wxWidgets.git] / include / wx / mac / carbon / tooltip.h
index 7bf4ecf440ac4d11f01819155672ba5b3308d09a..0599a7b0d54152ebdb0431a530f562db67c313d3 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        mac/tooltip.h
+// Name:        wx/mac/carbon/tooltip.h
 // Purpose:     wxToolTip class - tooltip control
 // Author:      Stefan Csomor
 // Modified by:
@@ -9,6 +9,11 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
+#ifndef _WX_MAC_TOOLTIP_H_
+#define _WX_MAC_TOOLTIP_H_
+
+#include "wx/string.h"
+#include "wx/event.h"
 
 class wxToolTip : public wxObject
 {
@@ -46,3 +51,4 @@ private:
     DECLARE_ABSTRACT_CLASS(wxToolTip)
 };
 
+#endif // _WX_MAC_TOOLTIP_H_