mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Add missing deleted operators
This commit is contained in:
parent
a8a8cd88a0
commit
a605dd0a3f
5 changed files with 16 additions and 4 deletions
|
@ -52,6 +52,8 @@ namespace utils
|
|||
|
||||
shm(const shm&) = delete;
|
||||
|
||||
shm& operator=(const shm&) = delete;
|
||||
|
||||
~shm();
|
||||
|
||||
// Map shared memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue