X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e675101a7fabdeaed5520257bf3dda457f54178..8907a7e2c0fb61ecca0b6434dd69ee42b7ee1db6:/include/wx/display_impl.h?ds=sidebyside diff --git a/include/wx/display_impl.h b/include/wx/display_impl.h index 07eae9a753..4fedb1ffcb 100644 --- a/include/wx/display_impl.h +++ b/include/wx/display_impl.h @@ -37,7 +37,7 @@ public: // return the display for the given window or wxNOT_FOUND // // the window pointer must not be NULL (i.e. caller should check it) - virtual int GetFromWindow(wxWindow *window); + virtual int GetFromWindow(const wxWindow *window); }; // ----------------------------------------------------------------------------