mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
SI_DeviceGBA: Make GBASockServer's constructor explicit
Prevents potential implicit construction scenarios involving ints.
This commit is contained in:
@ -21,7 +21,7 @@ void GBAConnectionWaiter_Shutdown();
|
||||
class GBASockServer
|
||||
{
|
||||
public:
|
||||
GBASockServer(int _iDeviceNumber);
|
||||
explicit GBASockServer(int _iDeviceNumber);
|
||||
~GBASockServer();
|
||||
|
||||
void Disconnect();
|
||||
|
Reference in New Issue
Block a user