diff options
Diffstat (limited to 'compat/shm.h')
-rw-r--r-- | compat/shm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/shm.h b/compat/shm.h index f212dc17..ffd1e1dc 100644 --- a/compat/shm.h +++ b/compat/shm.h @@ -26,7 +26,7 @@ #include "export.hpp" -class OPENTRACK_COMPAT_EXPORT PortableLockedShm { +class OTR_COMPAT_EXPORT PortableLockedShm { public: PortableLockedShm(const char *shmName, const char *mutexName, int mapSize); ~PortableLockedShm(); |