diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-01-30 17:41:11 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-01-30 17:41:11 +0000 |
commit | 961edb4ce6d80632f2ffe1c50fe6834d54a38c6a (patch) | |
tree | 1a9e112eff7fddca93f13b9e281aebaac5cc4416 /cpp/src/slice2cppe/Gen.h | |
parent | Update depends (diff) | |
download | ice-961edb4ce6d80632f2ffe1c50fe6834d54a38c6a.tar.bz2 ice-961edb4ce6d80632f2ffe1c50fe6834d54a38c6a.tar.xz ice-961edb4ce6d80632f2ffe1c50fe6834d54a38c6a.zip |
Fixed to ignore array except on in params
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; }; |