From 9164535479e6ab3b76f93c179feaa9b6f240b30d Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 21 Jan 2006 00:51:16 +0000 Subject: [PATCH] operator = --- panda/src/putil/bitArray.I | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/putil/bitArray.I b/panda/src/putil/bitArray.I index 7aca49d615..e11e820a64 100755 --- a/panda/src/putil/bitArray.I +++ b/panda/src/putil/bitArray.I @@ -60,6 +60,7 @@ BitArray(const BitArray ©) : INLINE void BitArray:: operator = (const BitArray ©) { _array = copy._array; + _highest_bits = copy._highest_bits; } ////////////////////////////////////////////////////////////////////