summaryrefslogtreecommitdiff
path: root/modules/io_codec/c++/io_peer.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-05-06 10:43:17 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-05-06 10:43:17 +0200
commitba3207c9857621e4517eedf7213548b0350e03a2 (patch)
treea12df87861a473b1e8e36862bbec9e86fe191e40 /modules/io_codec/c++/io_peer.hpp
parent93b05dd8aa20f8db0d6b0eb9d1a8d5b1593f3269 (diff)
io_codec: Fixing up compilation for now
Diffstat (limited to 'modules/io_codec/c++/io_peer.hpp')
-rw-r--r--modules/io_codec/c++/io_peer.hpp2
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