diff options
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index a078444bba5..9a616f859da 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -200,9 +200,9 @@ private: protected: // - // Generate code to assign a value + // Generate code to return a value // - void writeAssign(::IceUtil::Output&, const std::string&, const TypePtr&, const std::string&, int&); + void writeReturn(::IceUtil::Output&, const TypePtr&); // // Generate an operation |