Mercurial > hg > octave-nkf
diff liboctave/CNDArray.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 | a48fba01e4ac |
children | 9f870f73ab7d |
line wrap: on
line diff
--- a/liboctave/CNDArray.h +++ b/liboctave/CNDArray.h @@ -102,7 +102,7 @@ boolNDArray isinf (void) const; boolNDArray isfinite (void) const; - friend ComplexNDArray conj (const ComplexNDArray& a); + friend OCTAVE_API ComplexNDArray conj (const ComplexNDArray& a); ComplexNDArray fourier (int dim = 1) const; ComplexNDArray ifourier (int dim = 1) const;