aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/platforms/windows/windowsSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/windows/windowsSocket.cpp b/src/platforms/windows/windowsSocket.cpp
index 7f58e279..dc6f1b47 100644
--- a/src/platforms/windows/windowsSocket.cpp
+++ b/src/platforms/windows/windowsSocket.cpp
@@ -270,7 +270,7 @@ void windowsSocket::sendRaw(const char* buffer, const size_type count)
}
-windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count, const bool block)
+windowsSocket::size_type windowsSocket::sendRawNonBlocking(const char* buffer, const size_type count)
{
m_status &= ~STATUS_WOULDBLOCK;