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:
Vadim Zeitlin
2022-03-19 22:17:55 +01:00
parent f54ebf3261
commit 28605bfcfb
3 changed files with 3 additions and 3 deletions

View File

@@ -4364,7 +4364,7 @@ wxWindow* wxGetTopLevelParent(wxWindow* window);
@since 3.1.6
*/
wxString wxDumpWindow(wxWindow* window);
wxString wxDumpWindow(const wxWindow* window);
//@}