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

This commit is contained in:
bunnei 2021-05-01 12:43:15 -07:00
parent 50d2dc3b51
commit 1b074b8984

View file

@ -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;
}