summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AsyncRequests.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-04-01 15:32:33 -0400
committerLioncash <mathew1800@gmail.com>2018-04-01 15:38:37 -0400
commitad17d9a9799f581f734963699e4ab135726cb308 (patch)
tree82dcbf3a0fd484a511a2778262203467cd1a2719 /Source/Core/VideoCommon/AsyncRequests.cpp
parentad575a15564a393cee3002684fa47bfc178e838a (diff)
IOS/Socket: Delete WiiSocket's copy constructor
If the copy assignment operator is deleted, then the copy constructor should be deleted as well, otherwise it's a hole in the API where copies can be made (and if this were an intended case, it should be documented). So we delete the copy constructor and explicitly default the move assignment and move constructor to signify this is intended to be a move-only type.
Diffstat (limited to 'Source/Core/VideoCommon/AsyncRequests.cpp')
0 files changed, 0 insertions, 0 deletions