Make wxDumpWindow() take const wxWindow pointer
There is no reason not to allow calling this function with const window, so do allow it, notably to make it possible to use it with "this" from const wxWindow methods.
This commit is contained in:
@@ -4364,7 +4364,7 @@ wxWindow* wxGetTopLevelParent(wxWindow* window);
|
||||
|
||||
@since 3.1.6
|
||||
*/
|
||||
wxString wxDumpWindow(wxWindow* window);
|
||||
wxString wxDumpWindow(const wxWindow* window);
|
||||
|
||||
//@}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user