diff options
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 5e3f828c9fe..afa86d94f4a 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -70,7 +70,8 @@ protected: // // Write a constant or default value initializer. // - void writeConstantValue(::IceUtilInternal::Output&, const TypePtr&, const std::string&, const std::string&); + void writeConstantValue(::IceUtilInternal::Output&, const TypePtr&, const SyntaxTreeBasePtr&, const std::string&, + const std::string&); // // Generate assignment statements for those data members that have default values. |