From: Gilles Depeyrot Date: Fri, 13 Apr 2001 10:49:20 +0000 (+0000) Subject: corrections for Mac OS X X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4b6ed6bc175c9f1115056ae97269b5dc711acb95 corrections for Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/mimetype.h b/include/wx/mac/mimetype.h index b59e436a24..a2099b6f54 100644 --- a/include/wx/mac/mimetype.h +++ b/include/wx/mac/mimetype.h @@ -12,17 +12,22 @@ #ifndef _MIMETYPE_IMPL_H #define _MIMETYPE_IMPL_H +#ifdef __GNUG__ + #pragma interface "mimetype.h" +#endif #include "wx/defs.h" #include "wx/mimetype.h" - class wxMimeTypesManagerImpl { public : wxMimeTypesManagerImpl() { } - +#ifdef __WXMAC_X__ + ~wxMimeTypesManagerImpl() { } +#endif + // implement containing class functions wxFileType *GetFileTypeFromExtension(const wxString& ext); wxFileType *GetOrAllocateFileTypeFromExtension(const wxString& ext) ;