EXI_Channel: Make constructor explicit
This commit is contained in:
parent
5a85001d30
commit
edf8a79005
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue