X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05adb9d2fdc40d8620730be490bf406b8e367cf8..0be9ace27e0a278272cbb1e9daa988b65898eca1:/include/wx/mac/dataform.h diff --git a/include/wx/mac/dataform.h b/include/wx/mac/dataform.h index 3492479d26..6e8846c6da 100644 --- a/include/wx/mac/dataform.h +++ b/include/wx/mac/dataform.h @@ -12,10 +12,10 @@ #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); @@ -50,7 +50,7 @@ public: void SetId(const wxChar* pId); // implementation - wxDataFormatId GetType() const; + wxDataFormatId GetType() const { return m_type; } void SetType( wxDataFormatId type ); private: