diff src/Array-os.cc @ 2082:7eeaad95315c

[project @ 1996-04-25 03:18:15 by jwe]
author jwe
date Thu, 25 Apr 1996 03:20:56 +0000
parents 83432b801f03
children 2480ef198c46
line wrap: on
line diff
--- a/src/Array-os.cc	Thu Apr 25 03:17:36 1996 +0000
+++ b/src/Array-os.cc	Thu Apr 25 03:20:56 1996 +0000
@@ -27,7 +27,11 @@
 
 #include "oct-stream.h"
 
-template class Array<octave_stream>;
+template class Array<scanf_format_elt*>;
+
+template class Array<printf_format_elt*>;
+
+template class Array<octave_stream*>;
 
 /*
 ;;; Local Variables: ***