]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dataform.h
warnings (and some errors) fixes for wxUniv DLL build
[wxWidgets.git] / include / wx / mac / dataform.h
index 3492479d268ea3efc3368e400150aedffdf98cbf..6e8846c6da6b5b15ec8666a8430b61fc8009b706 100644 (file)
 #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: