From 6eaa6826fa54bab45ad86fefc9eab721cb174efb Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Wed, 17 Jul 2019 10:31:52 +0200 Subject: Port WSClientConnection to CIPCServerSideClient --- Libraries/LibCore/CIPCServerSideClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Libraries') diff --git a/Libraries/LibCore/CIPCServerSideClient.h b/Libraries/LibCore/CIPCServerSideClient.h index 9e09dedd87..4d28b447ef 100644 --- a/Libraries/LibCore/CIPCServerSideClient.h +++ b/Libraries/LibCore/CIPCServerSideClient.h @@ -174,7 +174,7 @@ protected: CObject::event(event); } - virtual bool handle_message(const ClientMessage&, const ByteBuffer& = {}) = 0; + virtual bool handle_message(const ClientMessage&, const ByteBuffer&& = {}) = 0; private: // TODO: A way to create some kind of CIODevice with an open FD would be nice. -- cgit v1.2.3