From 819e635af2b64213f1076eb4a99bba8c48cfdb68 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 30 Sep 2017 11:28:32 +0200 Subject: remove camel case --- proto-wine/ftnoir_protocol_wine.h | 2 +- proto-wine/opentrack-wrapper-wine-posix.cxx | 2 +- proto-wine/opentrack-wrapper-wine-windows.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'proto-wine') 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; diff --git a/proto-wine/opentrack-wrapper-wine-posix.cxx b/proto-wine/opentrack-wrapper-wine-posix.cxx index 21c7622b..e36407a9 100644 --- a/proto-wine/opentrack-wrapper-wine-posix.cxx +++ b/proto-wine/opentrack-wrapper-wine-posix.cxx @@ -2,6 +2,6 @@ # undef _WIN32 #endif -#define PortableLockedShm ShmPosix +#define shm_wrapper ShmPosix #include "compat/shm.h" #include "compat/shm.cpp" diff --git a/proto-wine/opentrack-wrapper-wine-windows.cxx b/proto-wine/opentrack-wrapper-wine-windows.cxx index 698e3c3b..3c315d84 100644 --- a/proto-wine/opentrack-wrapper-wine-windows.cxx +++ b/proto-wine/opentrack-wrapper-wine-windows.cxx @@ -2,7 +2,7 @@ # error "bad cross" #endif -#define PortableLockedShm ShmWine +#define shm_wrapper ShmWine #include "compat/shm.h" #include "compat/shm.cpp" #include "wine-shm.h" -- cgit v1.2.3