synced with master (merged master into gtk3)
This commit is contained in:
@@ -227,7 +227,7 @@ public:
|
||||
inline MyReaderLock(MyRWMutex& mutex, const char* name, const char* file, const int line) : rwMutex(mutex), locked(false), locknumber(0)
|
||||
#else
|
||||
public:
|
||||
inline MyReaderLock(MyRWMutex& mutex) : rwMutex(mutex)
|
||||
inline MyReaderLock(MyRWMutex & mutex) : rwMutex(mutex)
|
||||
#endif
|
||||
|
||||
{
|
||||
@@ -463,7 +463,7 @@ public:
|
||||
inline MyWriterLock(MyRWMutex& mutex, const char* name, const char* file, const int line) : rwMutex(mutex), locked(false), locknumber(0)
|
||||
#else
|
||||
public:
|
||||
inline MyWriterLock(MyRWMutex& mutex) : rwMutex(mutex)
|
||||
inline MyWriterLock(MyRWMutex & mutex) : rwMutex(mutex)
|
||||
#endif
|
||||
{
|
||||
// to operate safely
|
||||
|
Reference in New Issue
Block a user