Add missing deleted operators

This commit is contained in:
Nekotekina 2018-09-22 22:35:52 +03:00
parent a8a8cd88a0
commit a605dd0a3f
5 changed files with 16 additions and 4 deletions

View file

@ -52,6 +52,8 @@ namespace utils
shm(const shm&) = delete;
shm& operator=(const shm&) = delete;
~shm();
// Map shared memory