From 7e6e1645134953916dd54f5585f4615805c6dc74 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 1 Feb 2013 18:10:58 -0800 Subject: [PATCH] Missing scope. --- src/cpp/ripple/AutoSocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/ripple/AutoSocket.h b/src/cpp/ripple/AutoSocket.h index 0b5dc21554..628127c374 100644 --- a/src/cpp/ripple/AutoSocket.h +++ b/src/cpp/ripple/AutoSocket.h @@ -142,7 +142,7 @@ public: template - void async_write(basic_streambuf& buffers, Handler handler) + void async_write(boost::asio::basic_streambuf& buffers, Handler handler) { if (isSecure()) boost::asio::async_write(*mSocket, buffers, handler);