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

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