diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-25 19:27:19 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-25 19:27:19 +0100 |
commit | 66685c866a34cee8016599d80565a13192740f02 (patch) | |
tree | bf6b623ac673adc66948c5b44b694364c75a3f80 /compat/shm.hpp | |
parent | 7509b983edb4b95b38089a89305e1d1e988da09b (diff) |
fix build
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); |