corrections for Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,17 +12,22 @@
|
|||||||
#ifndef _MIMETYPE_IMPL_H
|
#ifndef _MIMETYPE_IMPL_H
|
||||||
#define _MIMETYPE_IMPL_H
|
#define _MIMETYPE_IMPL_H
|
||||||
|
|
||||||
|
#ifdef __GNUG__
|
||||||
|
#pragma interface "mimetype.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
#include "wx/mimetype.h"
|
#include "wx/mimetype.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class wxMimeTypesManagerImpl
|
class wxMimeTypesManagerImpl
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
wxMimeTypesManagerImpl() { }
|
wxMimeTypesManagerImpl() { }
|
||||||
|
#ifdef __WXMAC_X__
|
||||||
|
~wxMimeTypesManagerImpl() { }
|
||||||
|
#endif
|
||||||
|
|
||||||
// implement containing class functions
|
// implement containing class functions
|
||||||
wxFileType *GetFileTypeFromExtension(const wxString& ext);
|
wxFileType *GetFileTypeFromExtension(const wxString& ext);
|
||||||
wxFileType *GetOrAllocateFileTypeFromExtension(const wxString& ext) ;
|
wxFileType *GetOrAllocateFileTypeFromExtension(const wxString& ext) ;
|
||||||
|
Reference in New Issue
Block a user