diff options
Diffstat (limited to 'proto-ft')
-rw-r--r-- | proto-ft/ftnoir_protocol_ft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h index 5b8e848f..43c1c3fc 100644 --- a/proto-ft/ftnoir_protocol_ft.h +++ b/proto-ft/ftnoir_protocol_ft.h @@ -57,7 +57,7 @@ public: } private: settings s; - PortableLockedShm shm; + shm_wrapper shm; FTHeap volatile *pMemData; QLibrary FTIRViewsLib; |