diff options
Diffstat (limited to 'cpp/include/IceXML/StreamI.h')
-rw-r--r-- | cpp/include/IceXML/StreamI.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/include/IceXML/StreamI.h b/cpp/include/IceXML/StreamI.h index 00c4bc9fca1..13600b68243 100644 --- a/cpp/include/IceXML/StreamI.h +++ b/cpp/include/IceXML/StreamI.h @@ -15,7 +15,6 @@ #include <Ice/CommunicatorF.h> #include <IceXML/Output.h> -#include <list> #include <map> #ifdef WIN32 @@ -211,9 +210,9 @@ private: Output _os; // - // Stack of started elements. + // Current document level. // - ::std::stack<std::string> _elementStack; + int _level; // // Next id for marshaling objects. |