Mercurial > hg > octave-lyh
diff liboctave/fCMatrix.h @ 9237:3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Thu, 21 May 2009 21:28:47 +0100 |
parents | eb63fbe60fab |
children | e087d7c77ff9 |
line wrap: on
line diff
--- a/liboctave/fCMatrix.h +++ b/liboctave/fCMatrix.h @@ -132,7 +132,7 @@ FloatComplexMatrix transpose (void) const { return MArray2<FloatComplex>::transpose (); } - friend FloatComplexMatrix conj (const FloatComplexMatrix& a); + friend OCTAVE_API FloatComplexMatrix conj (const FloatComplexMatrix& a); // resize is the destructive equivalent for this one