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