summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Value.cpp')
-rw-r--r--cpp/src/Ice/Value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Value.cpp b/cpp/src/Ice/Value.cpp
index 751794d1500..174a8a0857b 100644
--- a/cpp/src/Ice/Value.cpp
+++ b/cpp/src/Ice/Value.cpp
@@ -68,7 +68,7 @@ Ice::Value::ice_id() const
ValuePtr
Ice::Value::ice_clone() const
{
- return make_shared<Value>(*this);
+ return cloneImpl();
}
#endif