]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dataobj.h
removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and...
[wxWidgets.git] / include / wx / x11 / dataobj.h
index 6dc89e60e43b6f4017658968c73436748867b6a3..c997d4c3bf17a481647a69e12601beeab316fee4 100644 (file)
 #ifndef _WX_X11_DATAOBJ_H_
 #define _WX_X11_DATAOBJ_H_
 
-#ifdef __GNUG__
-#pragma interface "dataobj.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxDataObject is the same as wxDataObjectBase under wxMotif
 // ----------------------------------------------------------------------------
 
-class wxDataObject : public wxDataObjectBase
+class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
 {
 public:
     wxDataObject();