// 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") );
if ( ok )
{
// ok, we've created everything correctly
- ft = m_impl->CreateFileType(filetype, extWithDot);
+ ft = CreateFileType(filetype, extWithDot);
}
else
{