X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dba7934c9d1b520ff7b48cd0d80cc52f8be6a052..9e477492e29e03c02827b1e42a16cb09a13f5149:/wxPython/src/_display.i?ds=sidebyside diff --git a/wxPython/src/_display.i b/wxPython/src/_display.i index 95496984e5..1003365dfc 100644 --- a/wxPython/src/_display.i +++ b/wxPython/src/_display.i @@ -17,6 +17,7 @@ %{ #include +#include %} @@ -100,7 +101,7 @@ class wxDisplay { public: DocCtorStr( - wxDisplay(size_t index = 0), + wxDisplay(unsigned index = 0), "Set up a Display instance with the specified display. The displays are numbered from 0 to GetCount() - 1, 0 is always the primary display and the only one which is always supported", ""); @@ -108,7 +109,7 @@ and the only one which is always supported", ""); ~wxDisplay(); DocDeclStr( - static size_t , GetCount(), + static unsigned , GetCount(), "Return the number of available displays.", ""); DocDeclStr(