diff options
Diffstat (limited to 'cpp/include/IceUtil/RWRecMutex.h')
-rw-r--r-- | cpp/include/IceUtil/RWRecMutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/RWRecMutex.h b/cpp/include/IceUtil/RWRecMutex.h index 114cd97bc38..ad196ff2a65 100644 --- a/cpp/include/IceUtil/RWRecMutex.h +++ b/cpp/include/IceUtil/RWRecMutex.h @@ -22,7 +22,7 @@ class ICE_UTIL_API DeadlockException : public Exception public: DeadlockException(const char*, int); - virtual const std::string ice_name() const; + virtual std::string ice_name() const; virtual Exception* ice_clone() const; virtual void ice_throw() const; |