Fixed some spacing.
This commit is contained in:
@@ -33,12 +33,12 @@ private:
|
||||
class WXDLLIMPEXP_CORE wxDropSource: public wxDropSourceBase
|
||||
{
|
||||
public:
|
||||
wxDropSource( wxWindow *win = NULL,
|
||||
wxDropSource(wxWindow *win = NULL,
|
||||
const wxCursor © = wxNullCursor,
|
||||
const wxCursor &move = wxNullCursor,
|
||||
const wxCursor &none = wxNullCursor);
|
||||
|
||||
wxDropSource( wxDataObject& data,
|
||||
wxDropSource(wxDataObject& data,
|
||||
wxWindow *win,
|
||||
const wxCursor © = wxNullCursor,
|
||||
const wxCursor &move = wxNullCursor,
|
||||
|
Reference in New Issue
Block a user