From Mourad Boufarguine, fixed typo.

This commit is contained in:
Robert Osfield 2010-02-18 22:20:11 +00:00
parent 900ff985a7
commit a023250d07

View File

@ -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);