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