From 22fd3f0026e42b15d50aef1e6ddc12a8cddea452 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 23 Jul 2018 22:40:24 -0400 Subject: hle_ipc: Make constructors explicit where applicable --- src/core/hle/kernel/hle_ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/kernel/hle_ipc.h') diff --git a/src/core/hle/kernel/hle_ipc.h b/src/core/hle/kernel/hle_ipc.h index 01b805df8..84727f748 100644 --- a/src/core/hle/kernel/hle_ipc.h +++ b/src/core/hle/kernel/hle_ipc.h @@ -91,7 +91,7 @@ protected: */ class HLERequestContext { public: - HLERequestContext(SharedPtr session); + explicit HLERequestContext(SharedPtr session); ~HLERequestContext(); /// Returns a pointer to the IPC command buffer for this request. -- cgit v1.2.3