diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-04-21 17:58:38 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-04-21 17:58:38 +0200 |
commit | 094286e06f0ff154f20fcccce0c71068a3d216d5 (patch) | |
tree | 606797928608baa057fe9a9ea096622e0eb37930 /cpp/include/Slice/Parser.h | |
parent | Fixed potential IceUtil::NullHandleException (diff) | |
download | ice-094286e06f0ff154f20fcccce0c71068a3d216d5.tar.bz2 ice-094286e06f0ff154f20fcccce0c71068a3d216d5.tar.xz ice-094286e06f0ff154f20fcccce0c71068a3d216d5.zip |
Fixed bug 3011
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index 2ec2f2f79e1..c8e9ebb6ad9 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -999,6 +999,7 @@ private: int _currentIncludeLevel; std::string _currentFile; std::string _topLevelFile; + std::map<std::string, std::string> _fullPaths; std::stack<DefinitionContextPtr> _definitionContextStack; StringList _includeFiles; std::stack<ContainerPtr> _containerStack; |