]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
avoid hidden GetImageList
[wxWidgets.git] / include / wx / msw / tooltip.h
index 0ae7194df2c4b0c469225382cbd6997345e29080..c5fbe836a067fca7375205345332f963130730f4 100644 (file)
@@ -9,6 +9,9 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
+#ifndef _WX_MSW_TOOLTIP_H_
+#define _WX_MSW_TOOLTIP_H_
+
 class WXDLLEXPORT wxToolTip : public wxObject
 {
 public:
@@ -58,3 +61,4 @@ private:
     DECLARE_NO_COPY_CLASS(wxToolTip)
 };
 
+#endif // _WX_MSW_TOOLTIP_H_