mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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