? array.patch
Index: vtkBitArray.cxx
===================================================================
RCS file: /cvsroot/VTK/VTK/Common/vtkBitArray.cxx,v
retrieving revision 1.57
diff -r1.57 vtkBitArray.cxx
16a17
> #include "vtkLookupTable.h"
141a143,148
>     this->SetLookupTable(0);
>     if (ia->GetLookupTable())
>     	{
> 	this->LookupTable = ia->GetLookupTable()->NewInstance();
> 	this->LookupTable->DeepCopy(ia->GetLookupTable());
>     	}
Index: vtkDataArrayTemplate.txx
===================================================================
RCS file: /cvsroot/VTK/VTK/Common/vtkDataArrayTemplate.txx,v
retrieving revision 1.8
diff -r1.8 vtkDataArrayTemplate.txx
18a19
> #include "vtkLookupTable.h"
153a155,160
>   this->SetLookupTable(0);
>   if (fa->GetLookupTable())
>     {
>     this->LookupTable = fa->GetLookupTable()->NewInstance();
>     this->LookupTable->DeepCopy(fa->GetLookupTable());
>     }
Index: vtkIdTypeArray.cxx
===================================================================
RCS file: /cvsroot/VTK/VTK/Common/vtkIdTypeArray.cxx,v
retrieving revision 1.9
diff -r1.9 vtkIdTypeArray.cxx
16a17
> #include "vtkLookupTable.h"
131a133,138
>     this->SetLookupTable(0);
>     if (ia->GetLookupTable())
>       {
>       this->LookupTable = ia->GetLookupTable()->NewInstance();
>       this->LookupTable->DeepCopy(ia->GetLookupTable());
>       }
