X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fpol.h;h=1d149896801205c8621c6fe971ecaaf0bb70644f;hp=808b3803a45ea85282eb2cec78ef3b8656483e0f;hb=7ae47cb0ff0a16d1c36797576155263434cc73ff;hpb=ee405282853525f1fa25c4f4321ba85652353564 diff --git a/include/pol.h b/include/pol.h index 808b380..1d14989 100644 --- a/include/pol.h +++ b/include/pol.h @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pol.h,v 1.9 2000/12/29 15:45:06 kevin Exp $ +** $Id: pol.h,v 1.10 2000/12/29 20:11:42 kevin Exp $ ** ** 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 @@ -38,7 +38,7 @@ class POL { ~POL(); void init (); - void addSkipWord (const char const *w); + void addSkipWord (const char* const w); void addSkipChar (int c); void addKeyword (const char* const str, int code); bool readWord (char *search, int nlet);