summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_client_port.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/k_client_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_client_port.h b/src/core/hle/kernel/k_client_port.h
index f971a8b2c..ec1d7e12e 100644
--- a/src/core/hle/kernel/k_client_port.h
+++ b/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;
}