diff options
Diffstat (limited to 'cppe/src/IceE/BasicStream.cpp')
-rw-r--r-- | cppe/src/IceE/BasicStream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/src/IceE/BasicStream.cpp b/cppe/src/IceE/BasicStream.cpp index 2721f3c17c1..cc54b5f81d1 100644 --- a/cppe/src/IceE/BasicStream.cpp +++ b/cppe/src/IceE/BasicStream.cpp @@ -96,6 +96,7 @@ IceInternal::BasicStream::swap(BasicStream& other) } std::swap(_seqDataStack, other._seqDataStack); + std::swap(_unlimited, other._unlimited); } // |