mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 06:57:55 +00:00
core: hid: Mark constructors as explicit
This commit is contained in:
parent
24b6822c56
commit
bc2f114e75
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ public:
|
|||
* Contains all input data related to external devices that aren't necesarily a controller
|
||||
* This includes devices such as the keyboard or mouse
|
||||
*/
|
||||
EmulatedDevices();
|
||||
explicit EmulatedDevices();
|
||||
~EmulatedDevices();
|
||||
|
||||
YUZU_NON_COPYABLE(EmulatedDevices);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue