From Mourad Boufarguine, fixed typo.
This commit is contained in:
parent
900ff985a7
commit
a023250d07
@ -83,7 +83,6 @@ static void _S_nsec_sleep(int __log_nsec) {
|
||||
//
|
||||
Mutex::Mutex(MutexType type):
|
||||
_mutexType(type)
|
||||
)
|
||||
{
|
||||
Win32MutexPrivateData *pd = new Win32MutexPrivateData();
|
||||
_prvData = static_cast<void *>(pd);
|
||||
|
Loading…
Reference in New Issue
Block a user