]> 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 d1bf0f98bc4ad4ce86feb7141a8f4689bd826fb3..6e8846c6da6b5b15ec8666a8430b61fc8009b706 100644 (file)
@@ -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: