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	Thu May 21 21:12:08 2009 +0100
+++ b/liboctave/fCMatrix.h	Thu May 21 21:28:47 2009 +0100
@@ -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