From ba3207c9857621e4517eedf7213548b0350e03a2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 6 May 2024 10:43:17 +0200 Subject: io_codec: Fixing up compilation for now --- modules/io_codec/c++/io_peer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/io_codec/c++/io_peer.hpp') 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 send(data builder); + error_or send(data builder); /** * A phantom conveyor feeder. Meant for interfacing with other components -- cgit v1.2.3