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