Added missing constructor for wxCustomDataObject so the DLL would

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
This commit is contained in:
Robin Dunn
1999-10-23 06:42:24 +00:00
parent d9a012add9
commit 775e1c62be

View File

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