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

[project @ 2007-10-08 11:06:47 by jwe]
author jwe
date Mon, 08 Oct 2007 11:06:48 +0000
parents 6fcc2f5b2c7d
children 8b0cfeb06365
line wrap: on
line diff
--- a/src/ov-fcn-inline.cc	Mon Oct 08 10:22:17 2007 +0000
+++ b/src/ov-fcn-inline.cc	Mon Oct 08 11:06:48 2007 +0000
@@ -110,7 +110,7 @@
 }
 
 bool
-octave_fcn_inline::save_ascii (std::ostream& os, bool&)
+octave_fcn_inline::save_ascii (std::ostream& os)
 {
   os << "# nargs: " <<  ifargs.length () << "\n";
   for (int i = 0; i < ifargs.length (); i++)