diff liboctave/Array-str.cc @ 4594:3a284f89aa41

[project @ 2003-11-12 02:27:28 by jwe]
author jwe
date Wed, 12 Nov 2003 02:29:55 +0000
parents 5eef8a2294bd
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/Array-str.cc
+++ b/liboctave/Array-str.cc
@@ -31,7 +31,7 @@
 
 #include <string>
 
-template class Array<std::string>;
+INSTANTIATE_ARRAY (std::string);
 
 /*
 ;;; Local Variables: ***