Przeglądaj źródła

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

bunnei 5 lat temu
rodzic
commit
1b074b8984
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
     }