X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e675101a7fabdeaed5520257bf3dda457f54178..806ad819585655ac1c35427409611d7795d0b910:/include/wx/display.h diff --git a/include/wx/display.h b/include/wx/display.h index e31ee3286a..eea6bbb7f6 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -62,7 +62,7 @@ public: // find the display where the given window lies, return wxNOT_FOUND if it // is not shown at all - static int GetFromWindow(wxWindow *window); + static int GetFromWindow(const wxWindow *window); // return true if the object was initialized successfully