compile prob

This commit is contained in:
David Rose 2003-02-05 18:08:24 +00:00
parent 41876b5829
commit 19653fb0cc

View File

@ -1483,7 +1483,7 @@ tack_on_accent(char accent_mark, TextNode::CheesyPlacement placement,
TextFont *font, GeomNode *dest,
Geom *geom_array[], int &num_geoms) {
TextGlyph *accent_glyph;
const TextGlyph *accent_glyph;
if (font->get_glyph(accent_mark, accent_glyph)) {
PT(Geom) accent_geom = accent_glyph->get_geom();
if (accent_geom != (Geom *)NULL) {