X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fpol.h;h=1d149896801205c8621c6fe971ecaaf0bb70644f;hb=9f7d379c2b03f3c09907cfd885072433e0428042;hp=808b3803a45ea85282eb2cec78ef3b8656483e0f;hpb=5c6b29ab4885308cc3381af6e0a68f4804956d2e;p=ctsim.git 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);