Added missing constructor for wxCustomDataObject so the DLL would
authorRobin Dunn <robin@alldunn.com>
Sat, 23 Oct 1999 06:42:24 +0000 (06:42 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 23 Oct 1999 06:42:24 +0000 (06:42 +0000)
link.  It's just a guess though so it should be checked.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dobjcmn.cpp

index 6a40f0b1d9926938111dabdd65a2b180e8c71a4f..95cfb73bce2ab6d824f434433cd95687f3eecbc2 100644 (file)
@@ -229,6 +229,12 @@ void wxFileDataObjectBase::SetFilenames(const wxChar* filenames)
 // wxCustomDataObject
 // ----------------------------------------------------------------------------
 
+wxCustomDataObject::wxCustomDataObject(const wxDataFormat& format)
+    : wxDataObjectSimple(format)
+{
+}
+
+
 wxCustomDataObject::~wxCustomDataObject()
 {
     Free();