X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fpol.cpp;h=78202f5714cf05f41fb1998b8910a922e443562a;hp=f433e5fd10b6ddcefc8c787dea46cd2a634bd5e8;hb=88fd1492afba7c103e2bedbaac0d69fb9bf3cf66;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7 diff --git a/libctgraphics/pol.cpp b/libctgraphics/pol.cpp index f433e5f..78202f5 100644 --- a/libctgraphics/pol.cpp +++ b/libctgraphics/pol.cpp @@ -135,7 +135,7 @@ POL::addKeyword (const char* const str, int code) */ bool -POL::readWord (char *search, int nlet) +POL::readWord (const char *search, int nlet) { tok (&token); if (m_bTrace) @@ -821,7 +821,7 @@ POL::type (int c) */ void -POL::usefile (int source, char *fn) +POL::usefile (int source, const char *fn) { FILE *fp;