hle_ipc: Make constructors explicit where applicable
This commit is contained in:
parent
2a1daf8f83
commit
22fd3f0026
2 changed files with 13 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue