Missing scope.

This commit is contained in:
JoelKatz
2013-02-01 18:10:58 -08:00
parent 1012833991
commit 7e6e164513

View File

@@ -142,7 +142,7 @@ public:
template <typename Allocator, typename Handler>
void async_write(basic_streambuf<Allocator>& buffers, Handler handler)
void async_write(boost::asio::basic_streambuf<Allocator>& buffers, Handler handler)
{
if (isSecure())
boost::asio::async_write(*mSocket, buffers, handler);