diff liboctave/Array-ch.cc @ 6108:143b556ce725

[project @ 2006-10-27 01:45:54 by jwe]
author jwe
date Fri, 27 Oct 2006 01:45:56 +0000
parents 4c8a2e4e0717
children 0ce71beb1cf3
line wrap: on
line diff
--- a/liboctave/Array-ch.cc	Thu Oct 26 22:00:12 2006 +0000
+++ b/liboctave/Array-ch.cc	Fri Oct 27 01:45:56 2006 +0000
@@ -34,19 +34,19 @@
 
 #include "Array2.h"
 
-template class Array2<char>;
+template class OCTAVE_API Array2<char>;
 
 #include "ArrayN.h"
 #include "ArrayN.cc"
 
-template class ArrayN<char>;
+template class OCTAVE_API ArrayN<char>;
 
-template std::ostream& operator << (std::ostream&, const ArrayN<char>&);
+template OCTAVE_API std::ostream& operator << (std::ostream&, const ArrayN<char>&);
 
 #include "DiagArray2.h"
 #include "DiagArray2.cc"
 
-template class DiagArray2<char>;
+template class OCTAVE_API DiagArray2<char>;
 
 /*
 ;;; Local Variables: ***