document various enumerations defined in defs.h; give a name to the anonymous enum...
[wxWidgets.git] / include / wx / gtk / dataobj.h
index e468a1247060f2c77848eceaba2be6d8939a95f3..2623777643e3755a400d9a562835a98f55c76611 100644 (file)
 #ifndef _WX_GTK_DATAOBJ_H_
 #define _WX_GTK_DATAOBJ_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "dataobj.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxDataObject is the same as wxDataObjectBase under wxGTK
 // ----------------------------------------------------------------------------
 
-class wxDataObject : public wxDataObjectBase
+class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
 {
 public:
     wxDataObject();