diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-04-17 18:45:01 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-04-17 18:45:01 +0200 |
commit | a51597a6c13f1feb795fe3371a73953d9ac7002c (patch) | |
tree | 57a1fdcef549b07957c7e045d740760d1f481044 /cpp/include/Slice/Parser.h | |
parent | Fixed Parser.cpp assert (diff) | |
download | ice-a51597a6c13f1feb795fe3371a73953d9ac7002c.tar.bz2 ice-a51597a6c13f1feb795fe3371a73953d9ac7002c.tar.xz ice-a51597a6c13f1feb795fe3371a73953d9ac7002c.zip |
Reverted previous bogus fix.
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 f327c6dd105..2ec2f2f79e1 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -998,7 +998,7 @@ private: int _currentLine; int _currentIncludeLevel; std::string _currentFile; - bool _topLevelFileStart; + std::string _topLevelFile; std::stack<DefinitionContextPtr> _definitionContextStack; StringList _includeFiles; std::stack<ContainerPtr> _containerStack; |