X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e675101a7fabdeaed5520257bf3dda457f54178..edc09871744140f16b2ef6b7abaa2289d7deb260:/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