X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e6b35578d9be94739e1f9ebadcb57d9a483db6a..074d2e0449453c9786f2a6431b4d48ceb429ca15:/wxPython/src/_mimetype.i diff --git a/wxPython/src/_mimetype.i b/wxPython/src/_mimetype.i index 6d84f3bca8..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; @@ -343,7 +342,7 @@ public: wxFileType *GetFileTypeFromMimeType(const wxString& mimeType); // other operations: return True if there were no errors or False if there - // were some unreckognized entries (the good entries are always read anyhow) + // were some unrecognized entries (the good entries are always read anyhow) // // read in additional file (the standard ones are read automatically)