fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.

pull/8/head
bunnei 4 years ago
parent 50d2dc3b51
commit 1b074b8984

@ -45,7 +45,7 @@ public:
virtual void Destroy() override;
static void PostDestroy([[maybe_unused]] uintptr_t arg) {}
constexpr KSession* GetParent() const {
KSession* GetParent() const {
return parent;
}

Loading…
Cancel
Save