X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cf73271dd6f442a98e86b559d4a55c37e25b99f..f7c3b945ec60c06b40a4bd8b5ceca2bacab9b08f:/include/wx/mac/carbon/tooltip.h diff --git a/include/wx/mac/carbon/tooltip.h b/include/wx/mac/carbon/tooltip.h index 7bf4ecf440..694283053b 100644 --- a/include/wx/mac/carbon/tooltip.h +++ b/include/wx/mac/carbon/tooltip.h @@ -9,6 +9,8 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// +#ifndef _WX_MAC_TOOLTIP_H_ +#define _WX_MAC_TOOLTIP_H_ class wxToolTip : public wxObject { @@ -46,3 +48,4 @@ private: DECLARE_ABSTRACT_CLASS(wxToolTip) }; +#endif // _WX_MAC_TOOLTIP_H_