Update copyright date; remove old CVS keyword
[ctsim.git] / libctgraphics / ezset.cpp
index 872d4e95cc5be57eb292baec38208ce807cdc11b..eae4c28ec87cecb23a0863bd29758dce61fee180 100644 (file)
@@ -4,9 +4,7 @@
 **      EZSET - Parameter control for EZPLOT
 **
 **  This is part of the CTSim program
-**  Copyright (c) 1983-2001 Kevin Rosenberg
-**
-**  $Id$
+**  Copyright (c) 1983-2009 Kevin Rosenberg
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -384,7 +382,7 @@ EZPlot::do_cmd (int lx)
 
 
 void
-EZPlot::bad_option (char *opt)
+EZPlot::bad_option (const char *opt)
 {
   sys_error (ERR_WARNING, "INVALID option: %s", opt);
 }