diff liboctave/Array-f.cc @ 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 0631d397fbe0
children a407e894ec74
line wrap: on
line diff
--- a/liboctave/Array-f.cc	Thu May 21 21:12:08 2009 +0100
+++ b/liboctave/Array-f.cc	Thu May 21 21:28:47 2009 +0100
@@ -102,6 +102,7 @@
 #include "DiagArray2.h"
 #include "DiagArray2.cc"
 
+template class OCTAVE_API DiagArray2<float>::Proxy;
 template class OCTAVE_API DiagArray2<float>;
 
 /*