diff liboctave/uint8NDArray.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 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/uint8NDArray.cc	Thu Oct 26 22:00:12 2006 +0000
+++ b/liboctave/uint8NDArray.cc	Fri Oct 27 01:45:56 2006 +0000
@@ -30,13 +30,13 @@
 
 #include "intNDArray.cc"
 
-template class intNDArray<octave_uint8>;
+template class OCTAVE_API intNDArray<octave_uint8>;
 
-template
+template OCTAVE_API
 std::ostream&
 operator << (std::ostream& os, const intNDArray<octave_uint8>& a);
 
-template
+template OCTAVE_API
 std::istream&
 operator >> (std::istream& is, intNDArray<octave_uint8>& a);