X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1bdb16a91b57e61e8d1a621a1369ded380362be..2feacb6eb30247634085f45c0a69014ef89772e9:/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