]> git.saurik.com Git - wxWidgets.git/commitdiff
another compile problem fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Jan 2001 14:56:06 +0000 (14:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Jan 2001 14:56:06 +0000 (14:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/mimetype.cpp

index 2588e57b827e2a9c44689f033acd944e8482950c..869c78dac052f09c971abee98972dc71223f527d 100644 (file)
@@ -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
         {