diff options
Diffstat (limited to 'cpp/src/slice2cpp/GenUtil.cpp')
-rw-r--r-- | cpp/src/slice2cpp/GenUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/GenUtil.cpp b/cpp/src/slice2cpp/GenUtil.cpp index 4fb644042aa..d6a48b60bfe 100644 --- a/cpp/src/slice2cpp/GenUtil.cpp +++ b/cpp/src/slice2cpp/GenUtil.cpp @@ -174,7 +174,7 @@ Slice::writeMarshalUnmarshalCode(Output& out, const Type_ptr& type, { out << nl << "::Ice::Object_ptr __obj;"; out << nl << stream << " -> read(__obj, " << cl -> scoped() - << "::__implements[0]);"; + << "::__classIds[0]);"; out << nl << "if(!__obj)"; ClassDef_ptr def = cl -> definition(); if(def && !def -> isAbstract()) |