X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f11bdd03b9623a61bfe3137beeefd7b1256bb9a1..db16cab4610b294c3412f6508754b55ef4a42895:/include/wx/motif/dataobj.h diff --git a/include/wx/motif/dataobj.h b/include/wx/motif/dataobj.h index 878d9b0c39..042cf6c63b 100644 --- a/include/wx/motif/dataobj.h +++ b/include/wx/motif/dataobj.h @@ -11,7 +11,7 @@ #define _WX_MOTIF_DATAOBJ_H_ #ifdef __GNUG__ - #pragma interface "dataobj.h" +#pragma interface "dataobj.h" #endif // ---------------------------------------------------------------------------- @@ -20,10 +20,8 @@ class wxDataObject : public wxDataObjectBase { - public: -#ifdef __DARWIN__ - ~wxDataObject() { } -#endif +public: + virtual ~wxDataObject(); }; #endif //_WX_MOTIF_DATAOBJ_H_