diff options
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 3efb4c0..ab26f61 100644 --- a/modules/io_codec/c++/io_peer.hpp +++ b/modules/io_codec/c++/io_peer.hpp @@ -35,7 +35,7 @@ public: /** * Send a message to the remote peer */ - error_or<void> send(data<Outgoing, Encoding> builder); + error_or<void> send(data<Outgoing> builder); /** * A phantom conveyor feeder. Meant for interfacing with other components |