X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f11bdd03b9623a61bfe3137beeefd7b1256bb9a1..cbef7338c1c7763042704c74d5ee6f62c7e10733:/include/wx/motif/dataobj.h diff --git a/include/wx/motif/dataobj.h b/include/wx/motif/dataobj.h index 878d9b0c39..6b6c041b3c 100644 --- a/include/wx/motif/dataobj.h +++ b/include/wx/motif/dataobj.h @@ -10,20 +10,14 @@ #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 +public: + virtual ~wxDataObject(); }; #endif //_WX_MOTIF_DATAOBJ_H_