aboutsummaryrefslogtreecommitdiffstats
path: root/science/InsightToolkit/files/patch-Code-Common-itkArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'science/InsightToolkit/files/patch-Code-Common-itkArray.h')
-rw-r--r--science/InsightToolkit/files/patch-Code-Common-itkArray.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/science/InsightToolkit/files/patch-Code-Common-itkArray.h b/science/InsightToolkit/files/patch-Code-Common-itkArray.h
deleted file mode 100644
index ced14ff2b69..00000000000
--- a/science/InsightToolkit/files/patch-Code-Common-itkArray.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Code/Common/itkArray.h.orig 2006-03-16 14:43:26.000000000 +0300
-+++ Code/Common/itkArray.h 2013-12-18 22:35:26.050168890 +0400
-@@ -78,7 +78,7 @@
-
-
- /** Set the all the elements of the array to the specified value */
-- void Fill (TValueType const& v) { fill(v); }
-+ void Fill (TValueType const& v) { this->fill(v); }
-
- /** Copy opertor */
- const Self & operator=( const Self &rhs );