diff src/pt-pr-code.cc @ 3769:7c8e3c42ed04

[project @ 2001-01-31 22:15:51 by jwe]
author jwe
date Wed, 31 Jan 2001 22:15:55 +0000
parents 9b9efdcbdfd3
children 61d4427c016e
line wrap: on
line diff
--- a/src/pt-pr-code.cc	Mon Jan 29 18:05:34 2001 +0000
+++ b/src/pt-pr-code.cc	Wed Jan 31 22:15:55 2001 +0000
@@ -1274,7 +1274,7 @@
 
   bool prev_char_was_newline = false;
 
-  string comment = elt.text ();
+  std::string comment = elt.text ();
 
   size_t len = comment.length ();