mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -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
|
class GBASockServer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GBASockServer(int _iDeviceNumber);
|
explicit GBASockServer(int _iDeviceNumber);
|
||||||
~GBASockServer();
|
~GBASockServer();
|
||||||
|
|
||||||
void Disconnect();
|
void Disconnect();
|
||||||
|
Reference in New Issue
Block a user