freebsd-ports/science/InsightToolkit/files/patch-Code-Common-itkArray.h
Dmitry Marakasov 837e3284ec - Support staging
- Fix build on 10.x
2013-12-19 09:58:02 +00:00

11 lines
397 B
C

--- 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 );