X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fafm.cc;h=aa569951eaa63d986d837e8cd18a766d8ba70e56;hb=9651bafcd832c72a8f81ade4b602199583d61f37;hp=764b633cc19aa77ee186564396672766ff3945c5;hpb=2a0f240bdfac5cec93adc010d3c5eff4986746e5;p=lilypond.git diff --git a/lily/afm.cc b/lily/afm.cc index 764b633cc1..aa569951ea 100644 --- a/lily/afm.cc +++ b/lily/afm.cc @@ -59,7 +59,7 @@ Adobe_font_metric::find_ascii_metric (int a , bool warn) const AFM_CharMetricInfo const * Adobe_font_metric::find_char_metric (String nm, bool warn) const { - map::const_iterator ai = name_to_metric_dict_.find (nm); + std::map::const_iterator ai = name_to_metric_dict_.find (nm); if (ai == name_to_metric_dict_.end ()) {