diff options
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.h')
-rw-r--r-- | proto-ft/ftnoir_protocol_ft.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h index e5a63e17..5b8e848f 100644 --- a/proto-ft/ftnoir_protocol_ft.h +++ b/proto-ft/ftnoir_protocol_ft.h @@ -18,12 +18,16 @@ #include <QString> #include <QMutex> #include <QMutexLocker> + +#include <cinttypes> +#include "freetrackclient/fttypes.h" + #include "compat/shm.h" #include "options/options.hpp" -#include "freetrackclient/fttypes.h" -#include <memory> #include "mutex.hpp" +#include <memory> + using namespace options; struct settings : opts { @@ -54,7 +58,7 @@ public: private: settings s; PortableLockedShm shm; - FTHeap *pMemData; + FTHeap volatile *pMemData; QLibrary FTIRViewsLib; QProcess dummyTrackIR; |