hle_ipc: Make constructors explicit where applicable

This commit is contained in:
Lioncash 2018-07-23 22:40:24 -04:00
parent 2a1daf8f83
commit 22fd3f0026
2 changed files with 13 additions and 12 deletions

View file

@ -91,7 +91,7 @@ protected:
*/
class HLERequestContext {
public:
HLERequestContext(SharedPtr<Kernel::ServerSession> session);
explicit HLERequestContext(SharedPtr<ServerSession> session);
~HLERequestContext();
/// Returns a pointer to the IPC command buffer for this request.