diff options
Diffstat (limited to 'cpp/src/IceUtil/RWRecMutex.cpp')
-rw-r--r-- | cpp/src/IceUtil/RWRecMutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/RWRecMutex.cpp b/cpp/src/IceUtil/RWRecMutex.cpp index 8730ed4aeee..e5b97a38511 100644 --- a/cpp/src/IceUtil/RWRecMutex.cpp +++ b/cpp/src/IceUtil/RWRecMutex.cpp @@ -18,7 +18,7 @@ IceUtil::DeadlockException::DeadlockException(const char* file, int line) : const char* IceUtil::DeadlockException::_name = "IceUtil::DeadlockException"; -const ::std::string +::std::string IceUtil::DeadlockException::ice_name() const { return _name; |