wxDropSource should have def ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-14 16:01:06 +00:00
parent e9b663934d
commit 0f8df1b95c
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class wxDropSource: public wxDropSourceBase
{
public:
/* constructor. set data later with SetData() */
wxDropSource( wxWindow *win,
wxDropSource( wxWindow *win = (wxWindow *)NULL,
const wxIcon &go = wxNullIcon );
/* constructor for setting one data object */

View File

@@ -77,7 +77,7 @@ class wxDropSource: public wxDropSourceBase
{
public:
/* constructor. set data later with SetData() */
wxDropSource( wxWindow *win,
wxDropSource( wxWindow *win = (wxWindow *)NULL,
const wxIcon &go = wxNullIcon );
/* constructor for setting one data object */