summaryrefslogtreecommitdiffhomepage
path: root/proto-ft
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-09-30 11:28:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-09-30 11:28:32 +0200
commit819e635af2b64213f1076eb4a99bba8c48cfdb68 (patch)
treec2bf5d3fd83ff6996d252f9477562e7e26234a89 /proto-ft
parenta48349deb6a70631ae95e9e0505930949f1e8dac (diff)
remove camel case
Diffstat (limited to 'proto-ft')
-rw-r--r--proto-ft/ftnoir_protocol_ft.h2
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;