From eacaaf44c096a94130795cb6fe5a91a329eded38 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 25 Jan 2001 14:33:01 +0000 Subject: [PATCH] compile/link problem fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/mimetype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ); -- 2.45.2