diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-02-07 15:48:33 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-02-07 15:48:33 -0330 |
commit | 8f2b3d4ce0645c7afeadb96049a005f2d4ee8db2 (patch) | |
tree | 26c56a201d8e10e9d5381428e4fe516258eea934 /cpp/include/Slice/Parser.h | |
parent | VC9 fix (diff) | |
download | ice-8f2b3d4ce0645c7afeadb96049a005f2d4ee8db2.tar.bz2 ice-8f2b3d4ce0645c7afeadb96049a005f2d4ee8db2.tar.xz ice-8f2b3d4ce0645c7afeadb96049a005f2d4ee8db2.zip |
Bug 2289 - deprecate sequences as dictionary keys
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index 97a6c4482a0..13bf21c233f 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -773,7 +773,7 @@ public: virtual void visit(ParserVisitor*, bool); virtual void recDependencies(std::set<ConstructedPtr>&); // Internal operation, don't use directly. - static bool legalKeyType(const TypePtr&); + static bool legalKeyType(const TypePtr&, bool&); protected: |