oops, compilation fix after moving code around
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
db7c5931ed
commit
6adbb0bf6e
@ -91,7 +91,7 @@ bool wxProtocol::Reconnect()
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/* static */
|
||||
wxProtocolError wxProtocol::ReadLine(wxSocketBase *socket, wxString& result)
|
||||
wxProtocolError wxProtocol::ReadLine(wxSocketBase *sock, wxString& result)
|
||||
{
|
||||
static const int LINE_BUF = 4095;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user