X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3feb55c4990a28bbf3c43c239865a958dd6de62..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/richtooltip.h diff --git a/include/wx/richtooltip.h b/include/wx/richtooltip.h index 4052a5d00c..1187e67ed1 100644 --- a/include/wx/richtooltip.h +++ b/include/wx/richtooltip.h @@ -3,7 +3,6 @@ // Purpose: Declaration of wxRichToolTip class. // Author: Vadim Zeitlin // Created: 2011-10-07 -// RCS-ID: $Id$ // Copyright: (c) 2011 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -88,7 +87,7 @@ public: void SetTitleFont(const wxFont& font); // Show the tooltip for the given window and optionally a specified area. - void ShowFor(wxWindow* win, wxRect* rect = NULL); + void ShowFor(wxWindow* win, const wxRect* rect = NULL); // Non-virtual dtor as this class is not supposed to be derived from. ~wxRichToolTip();