mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
GCKeyboardEmu: Make constructor explicit
This commit is contained in:
parent
3cda4e1d9c
commit
a2a188533a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ enum class KeyboardGroup
|
||||||
class GCKeyboard : public ControllerEmu
|
class GCKeyboard : public ControllerEmu
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GCKeyboard(const unsigned int index);
|
explicit GCKeyboard(unsigned int index);
|
||||||
KeyboardStatus GetInput() const;
|
KeyboardStatus GetInput() const;
|
||||||
std::string GetName() const override;
|
std::string GetName() const override;
|
||||||
ControlGroup* GetGroup(KeyboardGroup group);
|
ControlGroup* GetGroup(KeyboardGroup group);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue