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 be346b2a..8a042950 100644 --- a/src/platforms/posix/posixSocket.cpp +++ b/src/platforms/posix/posixSocket.cpp @@ -172,7 +172,7 @@ void posixSocket::sendRaw(const char* buffer, const int count) // posixSocketFactory // -ref <vmime::messaging::socket> posixSocketFactory::create() +ref <vmime::net::socket> posixSocketFactory::create() { return vmime::create <posixSocket>(); } |