diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-08 03:02:00 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-08 03:02:00 +0000 |
commit | f6bd370be2e2290ae179e9aab595210d5787c026 (patch) | |
tree | e6aa3d2041451186a16b3fdb624394dfe7c22551 /cpp/src/Slice/Parser.cpp | |
parent | sequence, dictionary (diff) | |
download | ice-f6bd370be2e2290ae179e9aab595210d5787c026.tar.bz2 ice-f6bd370be2e2290ae179e9aab595210d5787c026.tar.xz ice-f6bd370be2e2290ae179e9aab595210d5787c026.zip |
dictionaries, sequences
Diffstat (limited to 'cpp/src/Slice/Parser.cpp')
-rw-r--r-- | cpp/src/Slice/Parser.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp index 5b655387fd1..6d246ab0fe5 100644 --- a/cpp/src/Slice/Parser.cpp +++ b/cpp/src/Slice/Parser.cpp @@ -630,8 +630,7 @@ Slice::Container::lookupTypeNoBuiltin(const string& scoped, bool printError) } return TypeList(); } - return contained->container()->lookupTypeNoBuiltin(scoped, - printError); + return contained->container()->lookupTypeNoBuiltin(scoped, printError); } else { |