mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
EXI_Channel: Make constructor explicit
This commit is contained in:
parent
5a85001d30
commit
edf8a79005
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue