--- font.cc.old Sun Jun 18 12:14:01 2000 +++ font.cc Sun Feb 25 23:16:44 2001 @@ -58,7 +58,7 @@ int point_size; int *width; - font_widths_cache(int, int, font_widths_cache *); + font_widths_cache(int, int, font_widths_cache *p = 0); ~font_widths_cache(); }; @@ -222,7 +222,7 @@ } font_widths_cache::font_widths_cache(int ps, int ch_size, - font_widths_cache *p = 0) + font_widths_cache *p) : next(p), point_size(ps) { width = new int[ch_size];