diff src/utils.cc @ 3622:52594f1c37b6

[project @ 2000-03-23 06:20:06 by jwe]
author jwe
date Thu, 23 Mar 2000 06:20:06 +0000
parents 7c686802265f
children 08fe5f74c7d4
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -675,7 +675,7 @@
 }
 
 extern int
-octave_format (ostream& os, const char *fmt, ...)
+octave_format (std::ostream& os, const char *fmt, ...)
 {
   int retval = -1;
 
@@ -690,7 +690,7 @@
 }
 
 extern int
-octave_vformat (ostream& os, const char *fmt, va_list args)
+octave_vformat (std::ostream& os, const char *fmt, va_list args)
 {
   int retval = -1;