diff src/pr-output.cc @ 3538:0ff7323dab8b

[project @ 2000-02-02 12:36:25 by jwe]
author jwe
date Wed, 02 Feb 2000 12:36:37 +0000
parents b80bbb43a1a9
children ab7fa5a8f23f
line wrap: on
line diff
--- a/src/pr-output.cc
+++ b/src/pr-output.cc
@@ -975,8 +975,8 @@
 
 	  char ofill = os.fill ('0');
 
-	  ios::fmtflags oflags = os.setf (ios::right);
-	  os.setf (ios::hex, ios::basefield);
+	  std::ios::fmtflags oflags = os.setf (std::ios::right);
+	  os.setf (std::ios::hex, std::ios::basefield);
 
 	  if (hex_format > 1
 	      || flt_fmt == oct_mach_info::ieee_big_endian