diff --git a/Source/Core/Core/IPC_HLE/WII_Socket.h b/Source/Core/Core/IPC_HLE/WII_Socket.h index edbb6ee60d71..a5bc095c4848 100644 --- a/Source/Core/Core/IPC_HLE/WII_Socket.h +++ b/Source/Core/Core/IPC_HLE/WII_Socket.h @@ -192,7 +192,7 @@ class WiiSocket public: WiiSocket() : fd(-1), nonBlock(false) {} ~WiiSocket(); - void operator=(WiiSocket const&); // Don't implement + void operator=(WiiSocket const&) = delete; };