]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/tooltip.h
removed duplicate entries for UTF-16/32 (which are aliases for either LE or BE varian...
[wxWidgets.git] / include / wx / mac / carbon / tooltip.h
index 7bf4ecf440ac4d11f01819155672ba5b3308d09a..694283053b16609c99d728b661541df13391a1e7 100644 (file)
@@ -9,6 +9,8 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
+#ifndef _WX_MAC_TOOLTIP_H_
+#define _WX_MAC_TOOLTIP_H_
 
 class wxToolTip : public wxObject
 {
 
 class wxToolTip : public wxObject
 {
@@ -46,3 +48,4 @@ private:
     DECLARE_ABSTRACT_CLASS(wxToolTip)
 };
 
     DECLARE_ABSTRACT_CLASS(wxToolTip)
 };
 
+#endif // _WX_MAC_TOOLTIP_H_