]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dataobj.h
Use wxClientDataDictionary for client data.
[wxWidgets.git] / include / wx / mac / dataobj.h
index e08abc2bd84872244d46202ddb503d47d09bcf04..d0986d168e66b87c425fab855ed1a6f50bff83ad 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MAC_DATAOBJ_H_
 #define _WX_MAC_DATAOBJ_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "dataobj.h"
 #endif
 
@@ -20,7 +20,7 @@
 // wxDataObject is the same as wxDataObjectBase under wxGTK
 // ----------------------------------------------------------------------------
 
-class wxDataObject : public wxDataObjectBase
+class WXDLLEXPORT wxDataObject : public wxDataObjectBase
 {
 public:
     wxDataObject();