X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5273bf2fd3292ec3ab3da4f0c197b2f0e93df32e..30e671a59f943a03b2aea6b3b7880a221a422a19:/include/wx/mac/dataform.h diff --git a/include/wx/mac/dataform.h b/include/wx/mac/dataform.h index d9267a9981..6e8846c6da 100644 --- a/include/wx/mac/dataform.h +++ b/include/wx/mac/dataform.h @@ -12,7 +12,7 @@ #ifndef _WX_MAC_DATAFORM_H #define _WX_MAC_DATAFORM_H -class wxDataFormat +class WXDLLEXPORT wxDataFormat { public: typedef unsigned long NativeFormat; @@ -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: