changeset 1888:ea3bb1476056

[project @ 1996-02-06 15:53:41 by jwe]
author jwe
date Tue, 06 Feb 1996 15:53:41 +0000
parents 5d29638dd524
children 9a7cba7bb25b
files liboctave/cmd-hist.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/cmd-hist.cc
+++ b/liboctave/cmd-hist.cc
@@ -103,7 +103,7 @@
 }
 
 void
-command_history::ignore_entries (bool flag = true)
+command_history::ignore_entries (bool flag)
 {
   ignoring_additions = flag;
 }