add const qualifiers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,12 +39,12 @@ public:
|
||||
/**
|
||||
Get the tooltip text.
|
||||
*/
|
||||
wxString GetTip();
|
||||
wxString GetTip() const;
|
||||
|
||||
/**
|
||||
Get the associated window.
|
||||
*/
|
||||
wxWindow* GetWindow();
|
||||
wxWindow* GetWindow() const;
|
||||
|
||||
/**
|
||||
Set the delay after which the tooltip disappears or how long a
|
||||
|
Reference in New Issue
Block a user