X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/338dd992160bf20205743c092b353d96ef7604fb..205b0c9c6aa69c02a7774846e677910bf1609a53:/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 // ----------------------------------------------------------------------------