diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-03-16 19:19:15 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-03-16 19:19:15 +0000 |
commit | bdf4ab13203502e7ec7cf9cf5896527643a07c1f (patch) | |
tree | 363db6050fca8fa69ea24e96caed905dda0635ba /lily/afm.cc | |
parent | 25d47840582d52b9412bdb5a149da49aab25c25e (diff) |
Update.
Diffstat (limited to 'lily/afm.cc')
-rw-r--r-- | lily/afm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/afm.cc b/lily/afm.cc index 8a1b6a8570..b1c3805ac4 100644 --- a/lily/afm.cc +++ b/lily/afm.cc @@ -75,7 +75,7 @@ Adobe_font_metric::find_char_metric (String nm) const int Adobe_font_metric::name_to_index (String name) const { - std::map < String, int>::const_iterator ai = name_to_metric_dict_.find (name); + std::map<String, int>::const_iterator ai = name_to_metric_dict_.find (name); if (ai == name_to_metric_dict_.end ()) return -1; return (*ai).second; |