diff options
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index f1fe0778070..0fb3c5b1d94 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -262,7 +262,7 @@ private: // // Generate code to return a dummy value // - void writeReturn(::IceUtil::Output&, const TypePtr&); + void writeReturn(::IceUtil::Output&, const TypePtr&, const StringList&); }; class MetaDataVisitor : public ParserVisitor @@ -288,7 +288,7 @@ private: private: - void validate(const ContainedPtr&); + void validate(const SyntaxTreeBasePtr&, const StringList&, const std::string&, const std::string&); StringSet _history; }; |