summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/InterfaceByValue.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-11 22:44:55 +0100
committerJose <jose@zeroc.com>2016-01-11 22:44:55 +0100
commitd159c9f1574a2e768c947ad697a1e1e2205d194c (patch)
tree86e784ac7347c1dfa92304be2a9355a7a535dbcc /cpp/include/Ice/InterfaceByValue.h
parentAdd ICE_RESET_EXCEPTION macro to simplify C++ builds (diff)
downloadice-d159c9f1574a2e768c947ad697a1e1e2205d194c.tar.bz2
ice-d159c9f1574a2e768c947ad697a1e1e2205d194c.tar.xz
ice-d159c9f1574a2e768c947ad697a1e1e2205d194c.zip
C++11 Value::ice_clone improvements
Diffstat (limited to 'cpp/include/Ice/InterfaceByValue.h')
-rw-r--r--cpp/include/Ice/InterfaceByValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/InterfaceByValue.h b/cpp/include/Ice/InterfaceByValue.h
index 3f042bae2c1..c2be72d3eb9 100644
--- a/cpp/include/Ice/InterfaceByValue.h
+++ b/cpp/include/Ice/InterfaceByValue.h
@@ -19,7 +19,7 @@ namespace Ice
{
template<typename T>
-class InterfaceByValue : public Value
+class InterfaceByValue : public Ice::ValueHelper<Ice::InterfaceByValue<T>, Ice::Value>
{
public: