diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-08 17:24:24 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-08 17:24:24 +0200 |
commit | 139b727e1b60bb309d40260b9577dcec7ce3bf53 (patch) | |
tree | a0adc6ac4cbbb5638c1da98472176d7b0a3c97c6 /modules/io_codec/c++/io_peer.hpp | |
parent | 8fd1eaa255ff71e325eded82740e0942494f7264 (diff) |
wip debug
Diffstat (limited to 'modules/io_codec/c++/io_peer.hpp')
-rw-r--r-- | modules/io_codec/c++/io_peer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/io_codec/c++/io_peer.hpp b/modules/io_codec/c++/io_peer.hpp index 2fd7877..f8b986f 100644 --- a/modules/io_codec/c++/io_peer.hpp +++ b/modules/io_codec/c++/io_peer.hpp @@ -20,7 +20,7 @@ public: */ streaming_io_peer( own<conveyor_feeder<data<Incoming, ContentEncoding>>> feed, - own<async_io_stream> stream, transport<TransportEncoding> in_codec, BufferT in, BufferT out); + own<async_io_stream> stream, transport<TransportEncoding> in_codec); /** * Constructor with mostly default assignements |