diff liboctave/Array-b.cc @ 3176:fccab8e7d35f

[project @ 1998-05-18 20:33:31 by jwe]
author jwe
date Mon, 18 May 1998 20:33:42 +0000
parents 45490c020e47
children b8c1cb5b9fd9
line wrap: on
line diff
--- a/liboctave/Array-b.cc
+++ b/liboctave/Array-b.cc
@@ -38,7 +38,7 @@
 
 template class Array2<bool>;
 
-template void assign (Array2<bool>&, const Array2<bool>&);
+template int assign (Array2<bool>&, const Array2<bool>&);
 
 #include "DiagArray2.h"
 #include "DiagArray2.cc"