Line-up interfaces to use size_t for GetCount()s (and count related api).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: msw/mimetype.cpp
|
||||
// Name: src/msw/mimetype.cpp
|
||||
// Purpose: classes and functions to manage MIME types
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
@@ -509,7 +509,7 @@ wxFileType *wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo)
|
||||
_T("Associate() needs extension") );
|
||||
|
||||
bool ok;
|
||||
int iExtCount = 0 ;
|
||||
size_t iExtCount = 0;
|
||||
wxString filetype;
|
||||
wxString extWithDot;
|
||||
|
||||
|
Reference in New Issue
Block a user