X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dba7934c9d1b520ff7b48cd0d80cc52f8be6a052..58211774c81794d1408967203294af1206b29394:/wxPython/src/_display.i diff --git a/wxPython/src/_display.i b/wxPython/src/_display.i index 95496984e5..f1298e1f57 100644 --- a/wxPython/src/_display.i +++ b/wxPython/src/_display.i @@ -100,7 +100,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 +108,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(