mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
EXI_Channel: Make constructor explicit
This commit is contained in:
@ -19,7 +19,7 @@ class Mapping;
|
|||||||
class CEXIChannel
|
class CEXIChannel
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CEXIChannel(u32 channel_id);
|
explicit CEXIChannel(u32 channel_id);
|
||||||
~CEXIChannel();
|
~CEXIChannel();
|
||||||
|
|
||||||
// get device
|
// get device
|
||||||
|
Reference in New Issue
Block a user