]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dataobj.h
Deallocate wxThreadSpecificInfo when wxThread ends.
[wxWidgets.git] / include / wx / motif / dataobj.h
index 77064e648d30d50e79b41d01de441b0df48fb28d..e88284f58c9fbd5813f09c5ded8396513231ef33 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/motif/dataobj.h
 // Purpose:     declaration of the wxDataObject class for Motif
 // Author:      Julian Smart
-// RCS-ID:      $Id$
 // Copyright:   (c) 1998 Julian Smart
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 #ifndef _WX_MOTIF_DATAOBJ_H_
 #define _WX_MOTIF_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:
-#ifdef __DARWIN__
-    ~wxDataObject() { }
-#endif
+    virtual ~wxDataObject();
 };
 
 #endif //_WX_MOTIF_DATAOBJ_H_