diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-30 11:28:32 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-30 11:28:32 +0200 | 
| commit | 819e635af2b64213f1076eb4a99bba8c48cfdb68 (patch) | |
| tree | c2bf5d3fd83ff6996d252f9477562e7e26234a89 /proto-ft | |
| parent | a48349deb6a70631ae95e9e0505930949f1e8dac (diff) | |
remove camel case
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;  | 
