diff options
author | Jose <jose@zeroc.com> | 2017-01-30 18:56:01 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-01-30 18:56:01 +0100 |
commit | 2c7cbdebe1963ad76444aa5fbad176d433a10d95 (patch) | |
tree | f3dcf28db1a3168a2690e26441ba2b0b8ca961fd /cpp/src/slice2cpp/Gen.h | |
parent | Fixed bug in CSharp Stack sequence mapping (diff) | |
download | ice-2c7cbdebe1963ad76444aa5fbad176d433a10d95.tar.bz2 ice-2c7cbdebe1963ad76444aa5fbad176d433a10d95.tar.xz ice-2c7cbdebe1963ad76444aa5fbad176d433a10d95.zip |
C++ metadata validation fixes
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 479dfc2866a..768a148969a 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -635,10 +635,8 @@ private: private: - void validate(const SyntaxTreeBasePtr&, const StringList&, const std::string&, const std::string&, - bool = false); - - StringSet _history; + StringList validate(const SyntaxTreeBasePtr&, const StringList&, const std::string&, const std::string&, + bool = false); }; class NormalizeMetaDataVisitor : public ParserVisitor |