Selaa lähdekoodia

fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.

bunnei 5 vuotta sitten
vanhempi
commit
34abe4a905
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/core/hle/kernel/k_server_port.h

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

@@ -58,7 +58,7 @@ public:
 
     KServerSession* AcceptSession();
 
-    constexpr const KPort* GetParent() const {
+    const KPort* GetParent() const {
         return parent;
     }