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

@@ -19,7 +19,7 @@ class KEvent final : public KAutoObjectWithSlabHeapAndContainer<KEvent, KAutoObj
KERNEL_AUTOOBJECT_TRAITS(KEvent, KAutoObject);
public:
explicit KEvent(KernelCore& kernel);
explicit KEvent(KernelCore& kernel_);
virtual ~KEvent();
void Initialize(std::string&& name);