diff --git a/llvm/include/llvm/System/Mutex.h b/llvm/include/llvm/System/Mutex.h index 8b5078d16d6c..282e1db7313b 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 &); /// @} }; }