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:
@@ -229,6 +229,12 @@ void wxFileDataObjectBase::SetFilenames(const wxChar* filenames)
|
|||||||
// wxCustomDataObject
|
// wxCustomDataObject
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
wxCustomDataObject::wxCustomDataObject(const wxDataFormat& format)
|
||||||
|
: wxDataObjectSimple(format)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
wxCustomDataObject::~wxCustomDataObject()
|
wxCustomDataObject::~wxCustomDataObject()
|
||||||
{
|
{
|
||||||
Free();
|
Free();
|
||||||
|
Reference in New Issue
Block a user