X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eacaaf44c096a94130795cb6fe5a91a329eded38..a22be3e1fcf362850fe33d52d55518ad68b98d02:/src/msw/mimetype.cpp diff --git a/src/msw/mimetype.cpp b/src/msw/mimetype.cpp index 2588e57b82..869c78dac0 100644 --- a/src/msw/mimetype.cpp +++ b/src/msw/mimetype.cpp @@ -583,7 +583,7 @@ wxFileType *wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo) if ( ok ) { // ok, we've created everything correctly - ft = m_impl->CreateFileType(filetype, extWithDot); + ft = CreateFileType(filetype, extWithDot); } else {