X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d69225772ad1ff3952a3ee74055dc93f85c13812..feffc1b546b896b64b24def29d03e1d404f92a70:/wxPython/src/_mimetype.i diff --git a/wxPython/src/_mimetype.i b/wxPython/src/_mimetype.i index 87b01295ec..019f440c64 100644 --- a/wxPython/src/_mimetype.i +++ b/wxPython/src/_mimetype.i @@ -81,7 +81,7 @@ public: // get the array of all extensions const wxArrayString& GetExtensions() const; - int GetExtensionsCount() const; + size_t GetExtensionsCount() const; // get the icon info const wxString& GetIconFile() const; @@ -295,7 +295,6 @@ public: //--------------------------------------------------------------------------- -// See also wxPy_ReinitStockObjects in helpers.cpp wxMimeTypesManager* const wxTheMimeTypesManager;