changeset 3941:fab8337340a1

[project @ 2002-05-16 20:05:55 by jwe]
author jwe
date Thu, 16 May 2002 20:07:43 +0000
parents 1b58576bdaa6
children 2ca2d23a49a7
files src/error.cc src/symtab.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/error.cc	Thu May 16 18:11:50 2002 +0000
+++ b/src/error.cc	Thu May 16 20:07:43 2002 +0000
@@ -180,7 +180,7 @@
 
   if (buffer_error_messages)
     {
-      string tmp = msg_string;
+      std::string tmp = msg_string;
 
       if (! error_message_buffer)
 	{
--- a/src/symtab.h	Thu May 16 18:11:50 2002 +0000
+++ b/src/symtab.h	Thu May 16 20:07:43 2002 +0000
@@ -446,7 +446,7 @@
 
   void pop_context (void);
 
-  void print_info (ostream& os) const;
+  void print_info (std::ostream& os) const;
 
 private: