Selaa lähdekoodia

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

bunnei 5 vuotta sitten
vanhempi
commit
50d2dc3b51
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/core/hle/kernel/k_client_port.h

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

@@ -28,7 +28,7 @@ public:
     void OnSessionFinalized();
     void OnServerClosed();
 
-    constexpr const KPort* GetParent() const {
+    const KPort* GetParent() const {
         return parent;
     }