mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 12:05:51 +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
|
||||
{
|
||||
public:
|
||||
GBASockServer(int _iDeviceNumber);
|
||||
explicit GBASockServer(int _iDeviceNumber);
|
||||
~GBASockServer();
|
||||
|
||||
void Disconnect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue