This commit is contained in:
lizzie 2026-06-10 21:04:45 +00:00 committed by crueter
parent b6d20b83c2
commit 8111c793f6

View file

@ -59,7 +59,7 @@ public:
};
public:
explicit SessionMappings(KernelCore& kernel) : kernel(kernel) {}
explicit SessionMappings(KernelCore& kernel_) : kernel(kernel_) {}
void Initialize() {}
void Finalize();