summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/Parser.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-08 03:02:00 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-08 03:02:00 +0000
commitf6bd370be2e2290ae179e9aab595210d5787c026 (patch)
treee6aa3d2041451186a16b3fdb624394dfe7c22551 /cpp/src/Slice/Parser.cpp
parentsequence, dictionary (diff)
downloadice-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.cpp3
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
{