diff options
| author | Dentomologist <dentomologist@gmail.com> | 2023-11-10 11:37:17 -0800 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2023-11-10 12:56:00 -0800 |
| commit | 9ebd25720659591811fdee23a52894272d85ea94 (patch) | |
| tree | 688561bb7dc8e09bfd80b1ea72c082ca050d2c1e /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | 8140d6b1d3b0fa1d3ab793b4a52b61d50b3faf76 (diff) | |
WiiSocket: Explicitly delete move operators
The move assignment operator for a class is implicitly deleted when the
class has a non-static reference data member, which is true of
WiiSocket's m_socket_manager member.
Explicitly declaring the operator as default generates a
-Wdefaulted-function-deleted warning on Clang.
Delete the move constructor as well for consistency.
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
0 files changed, 0 insertions, 0 deletions
