diff options
Diffstat (limited to 'modules/io_codec/c++/io_peer.tmpl.hpp')
-rw-r--r-- | modules/io_codec/c++/io_peer.tmpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/io_codec/c++/io_peer.tmpl.hpp b/modules/io_codec/c++/io_peer.tmpl.hpp index 3dc11c8..4e20bd0 100644 --- a/modules/io_codec/c++/io_peer.tmpl.hpp +++ b/modules/io_codec/c++/io_peer.tmpl.hpp @@ -110,7 +110,7 @@ new_streaming_io_peer(own<async_io_stream> stream) { auto caf = new_conveyor_and_feeder<data<Incoming>>(); - return {heap<streaming_io_peer<Incoming, Outgoing, BufferT>>( + return {heap<streaming_io_peer<Incoming, Outgoing, Encoding,BufferT>>( std::move(caf.feeder), std::move(stream)), std::move(caf.conveyor)}; } |