diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-11 20:00:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-11 20:00:26 +0000 |
commit | 0f93604219c0c5e2b6cfe2dcd25fc7707b27ef4a (patch) | |
tree | c77f1e9cf9a3fb07a10545219db3d904af493e6c /cpp/src/Slice/Parser.cpp | |
parent | LocalException.ice (diff) | |
download | ice-0f93604219c0c5e2b6cfe2dcd25fc7707b27ef4a.tar.bz2 ice-0f93604219c0c5e2b6cfe2dcd25fc7707b27ef4a.tar.xz ice-0f93604219c0c5e2b6cfe2dcd25fc7707b27ef4a.zip |
fixes
Diffstat (limited to 'cpp/src/Slice/Parser.cpp')
-rw-r--r-- | cpp/src/Slice/Parser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp index 53c95bc7712..1f8742db243 100644 --- a/cpp/src/Slice/Parser.cpp +++ b/cpp/src/Slice/Parser.cpp @@ -364,6 +364,7 @@ Slice::Container::createException(const string& name, bool local, const Exceptio { if (_unit->ignRedefs()) { + p->updateIncludeLevel(); return p; } @@ -397,6 +398,7 @@ Slice::Container::createStruct(const string& name) { if (_unit->ignRedefs()) { + p->updateIncludeLevel(); return p; } |