diff src/utils.cc @ 3769:7c8e3c42ed04

[project @ 2001-01-31 22:15:51 by jwe]
author jwe
date Wed, 31 Jan 2001 22:15:55 +0000
parents 08fe5f74c7d4
children 13905c3a24af
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -720,11 +720,11 @@
 
 #if defined (__GNUG__)
 
-  ostrstream buf;
+  std::ostrstream buf;
 
   buf.vform (fmt, args);
 
-  buf << ends;
+  buf << std::ends;
 
   char *s = buf.str ();