Ver Fonte

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

bunnei há 5 anos atrás
pai
commit
1b074b8984
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
     }