diff options
Diffstat (limited to 'compat/shm.hpp')
-rw-r--r-- | compat/shm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/shm.hpp b/compat/shm.hpp index a8e0965b..428764e4 100644 --- a/compat/shm.hpp +++ b/compat/shm.hpp @@ -16,7 +16,7 @@ class OTR_COMPAT_EXPORT SHMXX_TYPE_NAME final { - shm_mem_impl impl; + SHM_TYPE_NAME impl; public: SHMXX_TYPE_NAME(const char* shm_name, const char* mutex_name, int map_size); |