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:
parent
e9b663934d
commit
0f8df1b95c
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue