X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4948ebf3ffe886443ec61bbecd1d0d3b794dfee2..6d7b547184bfdcdf67790755deb0122050b1d728:/src/common/filesys.cpp diff --git a/src/common/filesys.cpp b/src/common/filesys.cpp index 44e265776b..405598e9c2 100644 --- a/src/common/filesys.cpp +++ b/src/common/filesys.cpp @@ -484,7 +484,7 @@ void wxFileSystem::AddHandler(wxFileSystemHandler *handler) { // prepend the handler to the beginning of the list because handlers added // last should have the highest priority to allow overriding them - m_Handlers.Insert(0u, handler); + m_Handlers.Insert((size_t)0, handler); } bool wxFileSystem::HasHandlerForPath(const wxString &location)