summaryrefslogtreecommitdiff
path: root/modules/io_codec/c++/io_peer.tmpl.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-07-20 13:29:42 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-07-20 13:29:42 +0200
commit53d47a9a5a8130e5af1215bbb2c2fb663a81dc30 (patch)
tree64f7a2b517b604006ed127badb42a1859b43dee0 /modules/io_codec/c++/io_peer.tmpl.hpp
parent5f946d3dba74a7d3bc12bc75c4e7e7ed58805d58 (diff)
wip
Diffstat (limited to 'modules/io_codec/c++/io_peer.tmpl.hpp')
-rw-r--r--modules/io_codec/c++/io_peer.tmpl.hpp2
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)};
}