aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <[email protected]>2012-11-29 22:35:16 +0000
committerMark Brand <[email protected]>2012-11-29 22:35:29 +0000
commitd78f17b8afe9829dde81eec67bf0200268600a5b (patch)
tree7514f8491f486032ad3feceefd3596f748e0de4f
parentTrivial 64-bit warning fixes. (diff)
downloadvmime-d78f17b8afe9829dde81eec67bf0200268600a5b.tar.gz
vmime-d78f17b8afe9829dde81eec67bf0200268600a5b.zip
remove stray argument from windowsSocket::sendRawNonBlocking
follow-up to 3e9e8c9265f722d294c0060e1ccf29695fa5d2eb
-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;