X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76db86e7e18d308dec0b0d6e9ab817775a8ab278..395cb311cf3dd86a69137b18b1027372bda6b914:/src/motif/dataobj.cpp diff --git a/src/motif/dataobj.cpp b/src/motif/dataobj.cpp index 765ece2233..8f949396fc 100644 --- a/src/motif/dataobj.cpp +++ b/src/motif/dataobj.cpp @@ -18,7 +18,13 @@ #include "wx/dataobj.h" #include "wx/app.h" +#ifdef __VMS__ +#pragma message disable nosimpint +#endif #include +#ifdef __VMS__ +#pragma message enable nosimpint +#endif #include "wx/utils.h" //------------------------------------------------------------------------- @@ -139,6 +145,14 @@ void wxDataFormat::PrepareFormats() g_fileAtom = XInternAtom( (Display*) wxGetDisplay(), "file:ALL", FALSE ); } +// ---------------------------------------------------------------------------- +// wxDataObject +// ---------------------------------------------------------------------------- + +wxDataObject::~wxDataObject() +{ +} + #if 0 // ----------------------------------------------------------------------------