summaryrefslogtreecommitdiff
path: root/Kernel/Net/LocalSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Net/LocalSocket.h')
-rw-r--r--Kernel/Net/LocalSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Net/LocalSocket.h b/Kernel/Net/LocalSocket.h
index 818608d8a5..1fc56c59a7 100644
--- a/Kernel/Net/LocalSocket.h
+++ b/Kernel/Net/LocalSocket.h
@@ -15,8 +15,8 @@ namespace Kernel {
class FileDescription;
struct SocketPair {
+ NonnullRefPtr<FileDescription> description0;
NonnullRefPtr<FileDescription> description1;
- NonnullRefPtr<FileDescription> description2;
};
class LocalSocket final : public Socket {