diff src/ov-base.cc @ 6974:9e32bb109980

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents 85c7dc4afe6b
children 93c65f2a5668
line wrap: on
line diff
--- a/src/ov-base.cc	Mon Oct 08 10:22:17 2007 +0000
+++ b/src/ov-base.cc	Mon Oct 08 11:06:48 2007 +0000
@@ -815,7 +815,7 @@
 }
 
 bool 
-octave_base_value::save_ascii (std::ostream&, bool&)
+octave_base_value::save_ascii (std::ostream&)
 {
   gripe_wrong_type_arg ("octave_base_value::save_ascii()", type_name ());
   return false;