X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1bdb16a91b57e61e8d1a621a1369ded380362be..ade4ae2c51fd5406a8d7bbebc36ccd2c94e48c59:/include/wx/msw/tooltip.h diff --git a/include/wx/msw/tooltip.h b/include/wx/msw/tooltip.h index 25ffd75738..c720ae3dc2 100644 --- a/include/wx/msw/tooltip.h +++ b/include/wx/msw/tooltip.h @@ -23,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