summarylogtreecommitdiffstats
path: root/004-fix_mist_discard.patch
diff options
context:
space:
mode:
Diffstat (limited to '004-fix_mist_discard.patch')
-rw-r--r--004-fix_mist_discard.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/004-fix_mist_discard.patch b/004-fix_mist_discard.patch
new file mode 100644
index 000000000000..9ed361fb3c2a
--- /dev/null
+++ b/004-fix_mist_discard.patch
@@ -0,0 +1,11 @@
+--- a/fsl/src/mist/common/shape.cpp 2021-07-15 10:44:27.000000000 +0000
++++ b/fsl/src/mist/common/shape.cpp 2021-11-24 14:12:38.684538565 +0000
+@@ -354,7 +354,7 @@
+ for (vtkIdType i = 0; i < cells->GetNumberOfIds(); i++)
+ {
+ vtkIdType npoints;
+- vtkIdType *points;
++ const vtkIdType *points;
+
+ m_polyData->GetCellPoints(cells->GetId(i), npoints, points);
+