diff main/fixed/src/fixedCRowVector.h @ 3065:c9748be75a06 octave-forge

Implement symbol export mechanism similar to octave, for MSVC
author goffioul
date Tue, 06 Feb 2007 10:32:14 +0000
parents 1728eb2120ef
children 73fa4496fb07
line wrap: on
line diff
--- a/main/fixed/src/fixedCRowVector.h	Tue Feb 06 10:08:51 2007 +0000
+++ b/main/fixed/src/fixedCRowVector.h	Tue Feb 06 10:32:14 2007 +0000
@@ -46,6 +46,7 @@
 typedef FixedPointComplex (*fc_fc_Mapper)(FixedPointComplex);
 
 class
+OCTAVE_FIXED_API 
 FixedComplexRowVector : public MArray<FixedPointComplex>
 {
 public: