early-access version 1669

This commit is contained in:
pineappleEA
2021-05-10 06:07:05 +02:00
parent 3125f991bf
commit c24c9c9933
41 changed files with 139 additions and 141 deletions

View File

@@ -11,8 +11,8 @@
namespace Kernel {
KSession::KSession(KernelCore& kernel)
: KAutoObjectWithSlabHeapAndContainer{kernel}, server{kernel}, client{kernel} {}
KSession::KSession(KernelCore& kernel_)
: KAutoObjectWithSlabHeapAndContainer{kernel_}, server{kernel_}, client{kernel_} {}
KSession::~KSession() = default;
void KSession::Initialize(KClientPort* port_, const std::string& name_) {