From: Vadim Zeitlin Date: Thu, 25 Jan 2001 14:33:01 +0000 (+0000) Subject: compile/link problem fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eacaaf44c096a94130795cb6fe5a91a329eded38 compile/link problem fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/mimetype.cpp b/src/msw/mimetype.cpp index cdd77116e8..2588e57b82 100644 --- a/src/msw/mimetype.cpp +++ b/src/msw/mimetype.cpp @@ -510,7 +510,7 @@ size_t wxMimeTypesManagerImpl::EnumAllFileTypes(wxArrayString& mimetypes) // create a new association // ---------------------------------------------------------------------------- -wxFileType *wxMimeTypesManager::Associate(const wxFileTypeInfo& ftInfo) +wxFileType *wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo) { wxCHECK_MSG( !ftInfo.GetExtensions().IsEmpty(), NULL, _T("Associate() needs extension") );