summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r--cpp/src/slice2java/Gen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h
index 11c7d0f7e45..df117f30ab1 100644
--- a/cpp/src/slice2java/Gen.h
+++ b/cpp/src/slice2java/Gen.h
@@ -46,8 +46,8 @@ protected:
void writeMarshaledResultType(::IceUtilInternal::Output&, const OperationPtr&, const std::string&,
const DocCommentPtr&);
- void allocatePatcher(::IceUtilInternal::Output&, const TypePtr&, const std::string&, const std::string&);
- std::string getPatcher(const TypePtr&, const std::string&, const std::string&, bool);
+ void allocatePatcher(::IceUtilInternal::Output&, const TypePtr&, const std::string&, const std::string&, bool);
+ std::string getPatcher(const TypePtr&, const std::string&, const std::string&);
std::string getFutureType(const OperationPtr&, const std::string&);
std::string getFutureImplType(const OperationPtr&, const std::string&);