diff options
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index 0fb3c5b1d94..77a29656ed9 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -288,7 +288,8 @@ private: private: - void validate(const SyntaxTreeBasePtr&, const StringList&, const std::string&, const std::string&); + void validate(const SyntaxTreeBasePtr&, const StringList&, const std::string&, const std::string&, + bool = false); StringSet _history; }; |