diff options
Diffstat (limited to 'src/platforms/posix/posixSocket.cpp')
-rw-r--r-- | src/platforms/posix/posixSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/posix/posixSocket.cpp b/src/platforms/posix/posixSocket.cpp index a67d238d..e63e4674 100644 --- a/src/platforms/posix/posixSocket.cpp +++ b/src/platforms/posix/posixSocket.cpp @@ -259,7 +259,7 @@ void posixSocket::sendRaw(const char* buffer, const int count) if (errno != EAGAIN) throwSocketError(errno); - platformDependant::getHandler()->wait(); + platform::getHandler()->wait(); } else { |