X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9691c806e6fbb08b01c9eec9998ad1e8242c7df3..2724d84bbefd440b4e63997eb45ec9636bcd955d:/include/wx/x11/dataobj.h diff --git a/include/wx/x11/dataobj.h b/include/wx/x11/dataobj.h index 6dc89e60e4..3c7b53bb2f 100644 --- a/include/wx/x11/dataobj.h +++ b/include/wx/x11/dataobj.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: wx/motif/dataobj.h +// Name: wx/x11/dataobj.h // Purpose: declaration of the wxDataObject class for Motif // Author: Julian Smart // RCS-ID: $Id$ @@ -10,21 +10,17 @@ #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(); - + #ifdef __DARWIN__ - ~wxDataObject() { } + virtual ~wxDataObject() { } #endif virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;