diff src/OPERATORS/op-fil-cm.cc @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents 585a8809fd9b
children 0ff7323dab8b
line wrap: on
line diff
--- a/src/OPERATORS/op-fil-cm.cc
+++ b/src/OPERATORS/op-fil-cm.cc
@@ -28,7 +28,7 @@
 #include <config.h>
 #endif
 
-#include <iostream.h>
+#include <iostream>
 
 #include "mach-info.h"
 
@@ -50,11 +50,11 @@
 
   if (oct_stream)
     {
-      ostream *osp = oct_stream.output_stream ();
+      std::ostream *osp = oct_stream.output_stream ();
 
       if (osp)
 	{
-	  ostream& os = *osp;
+	  std::ostream& os = *osp;
 
 	  v2.print_raw (os);
 	}