diff options
Diffstat (limited to 'cppe/src/IceE/RWRecMutex.cpp')
-rw-r--r-- | cppe/src/IceE/RWRecMutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/RWRecMutex.cpp b/cppe/src/IceE/RWRecMutex.cpp index d8414094c4e..199ef0dda12 100644 --- a/cppe/src/IceE/RWRecMutex.cpp +++ b/cppe/src/IceE/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; |