mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 12:32:06 +00:00
SI_DeviceGBA: Make GBASockServer's constructor explicit
Prevents potential implicit construction scenarios involving ints.
This commit is contained in:
parent
14f261079f
commit
9f40596de5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue