summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/System/Mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/System/Mutex.h b/llvm/include/llvm/System/Mutex.h
index 8b5078d16d6..282e1db7313 100644
--- a/llvm/include/llvm/System/Mutex.h
+++ b/llvm/include/llvm/System/Mutex.h
@@ -72,8 +72,8 @@ namespace llvm
/// @name Do Not Implement
/// @{
private:
- Mutex(const Mutex & original);
- void operator=(const Mutex &);
+ Mutex(const Mutex & original);
+ void operator=(const Mutex &);
/// @}
};
}
OpenPOWER on IntegriCloud