r322: *** empty log message ***
[ctsim.git] / include / pol.h
index 808b3803a45ea85282eb2cec78ef3b8656483e0f..1d149896801205c8621c6fe971ecaaf0bb70644f 100644 (file)
@@ -2,7 +2,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
 **  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
 **
 **  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 ();
     ~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);
     void addSkipChar (int c);
     void addKeyword (const char* const str, int code);
     bool readWord (char *search, int nlet);