summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LocalObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/LocalObject.cpp')
-rw-r--r--cpp/src/Ice/LocalObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/LocalObject.cpp b/cpp/src/Ice/LocalObject.cpp
index 16e57a35324..a2be55cd02b 100644
--- a/cpp/src/Ice/LocalObject.cpp
+++ b/cpp/src/Ice/LocalObject.cpp
@@ -28,7 +28,7 @@ Ice::LocalObject::operator<(const LocalObject& r) const
}
Int
-Ice::LocalObject::ice_hash() const
+Ice::LocalObject::ice_getHash() const
{
return static_cast<Int>(reinterpret_cast<Long>(this) >> 4);
}