From b15a4a4a268d6e9fc616039884ca1020943e8bc5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 25 Jan 2001 14:56:06 +0000 Subject: [PATCH] another compile problem fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9164 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 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 { -- 2.45.2