diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-23 09:28:29 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-23 09:28:29 -0230 |
commit | f53f77e7c929f2f0a64448e49758638e41f83d2f (patch) | |
tree | cb7afd87a04f68e2cb035aa9969c4f158f7b6931 /cpp/include/Slice/Parser.h | |
parent | Merge 'origin/3.6' (diff) | |
download | ice-f53f77e7c929f2f0a64448e49758638e41f83d2f.tar.bz2 ice-f53f77e7c929f2f0a64448e49758638e41f83d2f.tar.xz ice-f53f77e7c929f2f0a64448e49758638e41f83d2f.zip |
ICE-6645 Removed hack to keep binary compatibility in Ice 3.6.1
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 f76a2383ac1..d3b507d790a 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -456,7 +456,7 @@ public: ConstPtr createConst(const std::string, const TypePtr&, const StringList&, const SyntaxTreeBasePtr&, const std::string&, const std::string&, NodeType = Real); TypeList lookupType(const std::string&, bool = true); - TypeList lookupTypeNoBuiltin(const std::string&, bool = true); + TypeList lookupTypeNoBuiltin(const std::string&, bool = true, bool = false); ContainedList lookupContained(const std::string&, bool = true); ExceptionPtr lookupException(const std::string&, bool = true); UnitPtr unit() const; |