X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fezplot.h;h=e4ca7ebfabf9794fc0c1d3e8a85518e090bc675c;hp=af9d5852be6bdba8b761828b19fb556059aabbb5;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7 diff --git a/include/ezplot.h b/include/ezplot.h index af9d585..e4ca7eb 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -1,13 +1,11 @@ /***************************************************************************** ** FILE IDENTIFICATION ** -** Name: ezplot.h -** Purpose: Header file for EZplot library +** Name: ezplot.h +** Purpose: Header file for EZplot library ** ** 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 @@ -96,7 +94,7 @@ enum { struct KeywordCodeTable { - char* keyword; + const char* keyword; int code; }; @@ -327,7 +325,7 @@ private: bool ezcmd (const char* const comm); bool do_cmd(int lx); - void bad_option(char *opt); + void bad_option(const char *opt); void initPlotSettings(); void initKeywords ();