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:
@@ -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 */
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user