forked from Lainports/freebsd-ports
11 lines
397 B
C
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 );
|