Accidentally broke this file.
authorOwen Anderson <resistor@mac.com>
Tue, 16 Jun 2009 20:57:51 +0000 (20:57 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 16 Jun 2009 20:57:51 +0000 (20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73552 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/Mutex.inc

index 85cf0a7f9b51117fe5685e04aa9b27c730cd81a0..7c1723be73fce24d018c1132e52bd0602f8188a1 100644 (file)
@@ -22,7 +22,7 @@
 namespace llvm {
 using namespace sys;
 
-Mutex::Mutex()
+Mutex::Mutex(bool /*recursive*/)
 {
   data_ = new CRITICAL_SECTION;
   InitializeCriticalSection((LPCRITICAL_SECTION)data_);