changeset 71:6950ea5c78c6

Server: return client_proxy_writer instead
author David Demelier <markand@malikania.fr>
date Wed, 21 Dec 2016 13:12:50 +0100
parents 58444cf5f227
children b43f40857609
files libserver/malikania/client.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libserver/malikania/client.hpp	Mon Dec 19 13:12:32 2016 +0100
+++ b/libserver/malikania/client.hpp	Wed Dec 21 13:12:50 2016 +0100
@@ -27,7 +27,7 @@
     ~client_proxy_writer();
 
     template <typename Arg>
-    inline std::ostringstream& operator<<(Arg&& arg)
+    inline client_proxy_writer& operator<<(Arg&& arg)
     {
         m_output << std::forward<Arg>(arg);