diff src/pt-mat.cc @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents d14c483b3c12
children 1d8d6429396a
line wrap: on
line diff
--- a/src/pt-mat.cc	Wed Feb 02 06:32:04 2000 +0000
+++ b/src/pt-mat.cc	Wed Feb 02 10:26:25 2000 +0000
@@ -585,7 +585,7 @@
 {
   int status = 0;
 
-  string s = builtin_string_variable ("string_fill_char");
+  std::string s = builtin_string_variable ("string_fill_char");
 
   switch (s.length ())
     {