misc fixes of ctor signatures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1208,7 +1208,8 @@ public:
|
||||
@param flags
|
||||
Socket flags (See wxSocketBase::SetFlags())
|
||||
*/
|
||||
wxDatagramSocket(wxSocketFlags flags = wxSOCKET_NONE);
|
||||
wxDatagramSocket(const wxSockAddress& addr,
|
||||
wxSocketFlags flags = wxSOCKET_NONE);
|
||||
|
||||
/**
|
||||
Destructor. Please see wxSocketBase::Destroy().
|
||||
|
Reference in New Issue
Block a user