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-wine/ftnoir_protocol_wine.h | |
parent | a48349deb6a70631ae95e9e0505930949f1e8dac (diff) |
remove camel case
Diffstat (limited to 'proto-wine/ftnoir_protocol_wine.h')
-rw-r--r-- | proto-wine/ftnoir_protocol_wine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/ftnoir_protocol_wine.h b/proto-wine/ftnoir_protocol_wine.h index a0a3fa4c..e996a2c2 100644 --- a/proto-wine/ftnoir_protocol_wine.h +++ b/proto-wine/ftnoir_protocol_wine.h @@ -25,7 +25,7 @@ public: return connected_game; } private: - PortableLockedShm lck_shm; + shm_wrapper lck_shm; WineSHM* shm; QProcess wrapper; int gameid; |