BC++ fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-10-22 12:45:04 +00:00
parent c32a8bd4db
commit b0a6c154de
4 changed files with 6 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ class WXDLLEXPORT wxDataObjectSimple : public wxDataObject
public:
// ctor takes the format we support, but it can also be set later with
// SetFormat()
wxDataObjectSimple(const wxDataFormat& format = wxFormatInvalid)
wxDataObjectSimple(const wxDataFormat& format = wxDataFormat(wxDF_INVALID))
: m_format(format)
{
}