summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-02-07 15:48:33 -0330
committerDwayne Boone <dwayne@zeroc.com>2008-02-07 15:48:33 -0330
commit8f2b3d4ce0645c7afeadb96049a005f2d4ee8db2 (patch)
tree26c56a201d8e10e9d5381428e4fe516258eea934 /cpp/include/Slice/Parser.h
parentVC9 fix (diff)
downloadice-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.h2
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: