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:
@@ -91,7 +91,7 @@ bool wxProtocol::Reconnect()
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
/* static */
|
/* static */
|
||||||
wxProtocolError wxProtocol::ReadLine(wxSocketBase *socket, wxString& result)
|
wxProtocolError wxProtocol::ReadLine(wxSocketBase *sock, wxString& result)
|
||||||
{
|
{
|
||||||
static const int LINE_BUF = 4095;
|
static const int LINE_BUF = 4095;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user