// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_COCOA_TOOLTIP_H_
+#define _WX_COCOA_TOOLTIP_H_
+
#include "wx/object.h"
class wxWindow;
wxWindow *m_window; // window we're associated with
DECLARE_ABSTRACT_CLASS(wxToolTip)
-};
\ No newline at end of file
+};
+
+#endif // _WX_COCOA_TOOLTIP_H_