diff options
Diffstat (limited to 'compat/compat.h')
-rw-r--r-- | compat/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/compat.h b/compat/compat.h index 3d54ae1d..8c307b14 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -37,6 +37,7 @@ public: ~PortableLockedShm(); void lock(); void unlock(); + bool success(); void* mem; private: #if defined(_WIN32) |