--- abi/src/af/util/xp/ut_contextGlyph.cpp.old Sun Oct 14 19:57:04 2001 +++ abi/src/af/util/xp/ut_contextGlyph.cpp Sun Oct 14 22:33:39 2001 @@ -100,11 +100,11 @@ if(!next) return pL->final; //check if next is not a character that is to be ignored - UT_UCSChar *myNext = next; + const UT_UCSChar *myNext = next; while(*myNext && bsearch((void*)myNext, (void*)s_pIgnore, NrElements(s_ignore),sizeof(UCSRange),s_comp_ignore)) myNext++; if(!*myNext)