diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-07-05 16:50:46 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-07-05 16:50:46 +0200 |
commit | ad8595525980d30ce3c528b3c668a7cc744e2e14 (patch) | |
tree | 1506a6d20846b395b23afaf2c7fc6dff3eef8efb /cpp/src/Ice/Value.cpp | |
parent | Fixed IceSSL SecureTransport memory leaks (diff) | |
download | ice-ad8595525980d30ce3c528b3c668a7cc744e2e14.tar.bz2 ice-ad8595525980d30ce3c528b3c668a7cc744e2e14.tar.xz ice-ad8595525980d30ce3c528b3c668a7cc744e2e14.zip |
Fixed ICE-8223 - renamed cloneImpl to _iceCloneImpl
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> |