Browse Source

operator =

David Rose 20 years ago
parent
commit
9164535479
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/putil/bitArray.I

+ 1 - 0
panda/src/putil/bitArray.I

@@ -60,6 +60,7 @@ BitArray(const BitArray &copy) :
 INLINE void BitArray::
 operator = (const BitArray &copy) {
   _array = copy._array;
+  _highest_bits = copy._highest_bits;
 }
 
 ////////////////////////////////////////////////////////////////////