X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6418ad5ec8e66c3b367b59b56e0849399774f3ec..ade4ae2c51fd5406a8d7bbebc36ccd2c94e48c59:/include/wx/msw/tooltip.h?ds=sidebyside diff --git a/include/wx/msw/tooltip.h b/include/wx/msw/tooltip.h index 24b2ee9b26..c720ae3dc2 100644 --- a/include/wx/msw/tooltip.h +++ b/include/wx/msw/tooltip.h @@ -13,6 +13,7 @@ #define _WX_MSW_TOOLTIP_H_ #include "wx/object.h" +#include "wx/gdicmn.h" class WXDLLIMPEXP_FWD_CORE wxWindow; @@ -22,10 +23,10 @@ public: // ctor & dtor wxToolTip(const wxString &tip); virtual ~wxToolTip(); - + // ctor used by wxStatusBar to associate a tooltip to a portion of // the status bar window: - wxToolTip(wxWindow* win, unsigned int id, + wxToolTip(wxWindow* win, unsigned int id, const wxString &tip, const wxRect& rc); // accessors