X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/338dd992160bf20205743c092b353d96ef7604fb..a4a2e5d2f304162116652511bcbbdc317b6be91c:/src/motif/dataobj.cpp diff --git a/src/motif/dataobj.cpp b/src/motif/dataobj.cpp index 90e41f267a..8f949396fc 100644 --- a/src/motif/dataobj.cpp +++ b/src/motif/dataobj.cpp @@ -145,6 +145,14 @@ void wxDataFormat::PrepareFormats() g_fileAtom = XInternAtom( (Display*) wxGetDisplay(), "file:ALL", FALSE ); } +// ---------------------------------------------------------------------------- +// wxDataObject +// ---------------------------------------------------------------------------- + +wxDataObject::~wxDataObject() +{ +} + #if 0 // ----------------------------------------------------------------------------