diff options
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/IceE/Buffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/src/IceE/Buffer.cpp b/cppe/src/IceE/Buffer.cpp index ae7563a7aa5..c6b758b3a5b 100644 --- a/cppe/src/IceE/Buffer.cpp +++ b/cppe/src/IceE/Buffer.cpp @@ -68,6 +68,7 @@ IceInternal::Buffer::Container::swap(Container& other) std::swap(_size, other._size); std::swap(_capacity, other._capacity); + std::swap(_shrinkCounter, other._shrinkCounter); } void |