mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 07:58:40 -05:00
WII_Socket: Make the copy-assignment operator deleted
This commit is contained in:
parent
4991c6340a
commit
007939c4e9
|
|
@ -192,7 +192,7 @@ private:
|
|||
public:
|
||||
WiiSocket() : fd(-1), nonBlock(false) {}
|
||||
~WiiSocket();
|
||||
void operator=(WiiSocket const&); // Don't implement
|
||||
void operator=(WiiSocket const&) = delete;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user