another compile problem fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -583,7 +583,7 @@ wxFileType *wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo)
|
|||||||
if ( ok )
|
if ( ok )
|
||||||
{
|
{
|
||||||
// ok, we've created everything correctly
|
// ok, we've created everything correctly
|
||||||
ft = m_impl->CreateFileType(filetype, extWithDot);
|
ft = CreateFileType(filetype, extWithDot);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user