Browse Source

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

bunnei 5 năm trước cách đây
mục cha
commit
1b074b8984
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/core/hle/kernel/k_client_session.h

+ 1 - 1
src/core/hle/kernel/k_client_session.h

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