diff options
Diffstat (limited to 'src/platforms/windows/windowsSocket.cpp')
-rw-r--r-- | src/platforms/windows/windowsSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/windows/windowsSocket.cpp b/src/platforms/windows/windowsSocket.cpp index b325eedd..bedfb07c 100644 --- a/src/platforms/windows/windowsSocket.cpp +++ b/src/platforms/windows/windowsSocket.cpp @@ -167,7 +167,7 @@ void windowsSocket::sendRaw(const char* buffer, const int count) // posixSocketFactory // -ref <vmime::messaging::socket> windowsSocketFactory::create() +ref <vmime::net::socket> windowsSocketFactory::create() { return vmime::create <windowsSocket>(); } |