diff options
Diffstat (limited to 'cpp/test/Ice/background/EndpointI.cpp')
-rw-r--r-- | cpp/test/Ice/background/EndpointI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/background/EndpointI.cpp b/cpp/test/Ice/background/EndpointI.cpp index 16b513bc0c3..da0facf3b67 100644 --- a/cpp/test/Ice/background/EndpointI.cpp +++ b/cpp/test/Ice/background/EndpointI.cpp @@ -312,7 +312,7 @@ EndpointI::operator<(const Ice::LocalObject& r) const int EndpointI::hash() const { - return _endpoint->hash(); + return _endpoint->hash(); } string |