diff liboctave/fCRowVector.h @ 13719:8547cde2a568

Export missing symbols. * CRowVector.h (operator*): Add OCTAVE_API decorator. * fCRowVector.h (operator*): Likewise.
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 19 Oct 2011 12:00:31 +0100
parents 12df7854fa7c
children 72c96de7a403
line wrap: on
line diff
--- a/liboctave/fCRowVector.h
+++ b/liboctave/fCRowVector.h
@@ -129,9 +129,9 @@
 
 // row vector by column vector -> scalar
 
-FloatComplex operator * (const FloatComplexRowVector& a, const ColumnVector& b);
+FloatComplex OCTAVE_API operator * (const FloatComplexRowVector& a, const ColumnVector& b);
 
-FloatComplex operator * (const FloatComplexRowVector& a, const FloatComplexColumnVector& b);
+FloatComplex OCTAVE_API operator * (const FloatComplexRowVector& a, const FloatComplexColumnVector& b);
 
 // other operations