diff liboctave/Array-b.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-b.cc
+++ b/liboctave/Array-b.cc
@@ -34,19 +34,19 @@
 
 #include "Array2.h"
 
-template class Array2<bool>;
+template class OCTAVE_API Array2<bool>;
 
 #include "ArrayN.h"
 #include "ArrayN.cc"
 
-template class ArrayN<bool>;
+template class OCTAVE_API ArrayN<bool>;
 
-template std::ostream& operator << (std::ostream&, const ArrayN<bool>&);
+template OCTAVE_API std::ostream& operator << (std::ostream&, const ArrayN<bool>&);
 
 #include "DiagArray2.h"
 #include "DiagArray2.cc"
 
-template class DiagArray2<bool>;
+template class OCTAVE_API DiagArray2<bool>;
 
 /*
 ;;; Local Variables: ***