#ifndef _WX_MAC_DATAFORM_H
#define _WX_MAC_DATAFORM_H
-class wxDataFormat
+class WXDLLEXPORT wxDataFormat
{
public:
- typedef OSType NativeFormat;
+ typedef unsigned long NativeFormat;
wxDataFormat();
wxDataFormat(wxDataFormatId vType);
void SetId(const wxChar* pId);
// implementation
- wxDataFormatId GetType() const;
+ wxDataFormatId GetType() const { return m_type; }
void SetType( wxDataFormatId type );
private: