forked from Lainports/freebsd-ports
11 lines
488 B
C
11 lines
488 B
C
--- Code/Common/itkArray2D.h.orig 2003-12-15 17:13:19.000000000 +0300
|
|
+++ Code/Common/itkArray2D.h 2013-12-18 22:35:49.297942916 +0400
|
|
@@ -60,7 +60,7 @@
|
|
const Self & operator=( const Self & array );
|
|
const Self & operator=( const VnlMatrixType & matrix );
|
|
|
|
- void Fill (TValueType const& v) { fill(v); }
|
|
+ void Fill (TValueType const& v) { this->fill(v); }
|
|
|
|
/** Destructively set the size to that given. Will lose data. */
|
|
void SetSize(unsigned int m, unsigned int n);
|