diff options
Diffstat (limited to 'cpp/src/Ice/Value.cpp')
-rw-r--r-- | cpp/src/Ice/Value.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Value.cpp b/cpp/src/Ice/Value.cpp index 9b0a4ee5900..5014b83fc2d 100644 --- a/cpp/src/Ice/Value.cpp +++ b/cpp/src/Ice/Value.cpp @@ -69,7 +69,7 @@ Ice::Value::ice_staticId() shared_ptr<Value> Ice::Value::ice_clone() const { - return cloneImpl(); + return _iceCloneImpl(); } shared_ptr<SlicedData> |