summaryrefslogtreecommitdiff
path: root/Libraries
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries')
-rw-r--r--Libraries/LibCore/CIPCServerSideClient.h2
1 files changed, 1 insertions, 1 deletions
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.