diff liboctave/ChangeLog @ 10192:fc95c80058d8

don't make prog_args member functions const
author John W. Eaton <jwe@octave.org>
date Fri, 22 Jan 2010 16:50:43 -0500
parents a552859b009a
children b49d47b637b7
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,6 +1,13 @@
 2010-01-22  John W. Eaton  <jwe@octave.org>
 
-	* prog-args.h (prog_args::get_option): Rename from getopt. Now const.
+	* prog-args.h, prog-args.cc (prog_args::get_option,
+	prog_args::option_argument, prog_args::option_index):
+	Don't declare const. 
+
+2010-01-22  John W. Eaton  <jwe@octave.org>
+
+	* prog-args.h, prog-args.cc (prog_args::get_option):
+	Rename from getopt. Now const.
 	(prog_args::option_argument): Rename from optarg.  Now const.
 	(prog_args::option_index): Rename from optind.  Now const.