]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dataobj.cpp
xti streaming extensions
[wxWidgets.git] / src / gtk / dataobj.cpp
index e0d6d37609f655df9e6c90d1f3e9f4a2b7204feb..2b0f4f43aeef3ceb856e31054f8ca3c1e634e3ea 100644 (file)
@@ -16,6 +16,7 @@
 #include "wx/debug.h"
 #include "wx/mstream.h"
 #include "wx/image.h"
+#include "wx/log.h"
 
 #include <gdk/gdk.h>
 
@@ -157,6 +158,11 @@ wxDataObject::wxDataObject()
 {
 }
 
+wxDataObject::~wxDataObject()
+{
+    // dtor is empty but needed for Darwin and AIX -- otherwise it doesn't link
+}
+
 bool wxDataObject::IsSupportedFormat(const wxDataFormat& format, Direction dir) const
 {
     size_t nFormatCount = GetFormatCount(dir);