projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9a012a
)
Added missing constructor for wxCustomDataObject so the DLL would
author
Robin Dunn
<robin@alldunn.com>
Sat, 23 Oct 1999 06:42:24 +0000
(06:42 +0000)
committer
Robin 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/dobjcmn.cpp
b/src/common/dobjcmn.cpp
index 6a40f0b1d9926938111dabdd65a2b180e8c71a4f..95cfb73bce2ab6d824f434433cd95687f3eecbc2 100644
(file)
--- a/
src/common/dobjcmn.cpp
+++ b/
src/common/dobjcmn.cpp
@@
-229,6
+229,12
@@
void wxFileDataObjectBase::SetFilenames(const wxChar* filenames)
// wxCustomDataObject
// ----------------------------------------------------------------------------
+wxCustomDataObject::wxCustomDataObject(const wxDataFormat& format)
+ : wxDataObjectSimple(format)
+{
+}
+
+
wxCustomDataObject::~wxCustomDataObject()
{
Free();