diff liboctave/Array-b.cc @ 3164:45490c020e47

[project @ 1998-04-14 20:56:48 by jwe]
author jwe
date Tue, 14 Apr 1998 20:56:53 +0000
parents 8b262e771614
children fccab8e7d35f
line wrap: on
line diff
--- a/liboctave/Array-b.cc
+++ b/liboctave/Array-b.cc
@@ -31,7 +31,7 @@
 
 template class Array<bool>;
 
-template void assign (Array<bool>&, const Array<bool>&);
+template int assign (Array<bool>&, const Array<bool>&);
 
 #include "Array2.h"
 #include "Array2.cc"