Make wxRect parameter of wxRichToolTip::ShowFor() const.
This parameter is read-only, so accept a const pointer here. See #15060. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,7 +188,7 @@ public:
|
||||
|
||||
Parameter @a rect is new since wxWidgets 2.9.5.
|
||||
*/
|
||||
void ShowFor(wxWindow* win, wxRect* rect = NULL);
|
||||
void ShowFor(wxWindow* win, const wxRect* rect = NULL);
|
||||
|
||||
/**
|
||||
Destructor.
|
||||
|
Reference in New Issue
Block a user