X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdec7d7afd2d3ad32ba99a438cfe0eec5d339efa..ae04c0f15694193c3f6e62dfd16f1c5da86e03f7:/wxPython/src/_display.i diff --git a/wxPython/src/_display.i b/wxPython/src/_display.i index f1298e1f57..2a8a450458 100644 --- a/wxPython/src/_display.i +++ b/wxPython/src/_display.i @@ -17,6 +17,7 @@ %{ #include +#include %} @@ -120,7 +121,7 @@ doesn't belong to any display", ""); "Find the display where the given window lies, return wx.NOT_FOUND if it is not shown at all.", ""); - static int GetFromWindow(wxWindow *window); + static int GetFromWindow(const wxWindow *window); DocDeclStr(