Explorar el Código

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

bunnei hace 5 años
padre
commit
50d2dc3b51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }