X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fopen-type-font.cc;h=3038df4331645f30dcb000be55cf3deb0830171d;hb=317855213ec27520789106310b58d67e116457e6;hp=255f7caa0d1431e88e1c18eddb2c52284bbebca8;hpb=e0af94bb8939bc6f4998db6294010baa77139092;p=lilypond.git diff --git a/lily/open-type-font.cc b/lily/open-type-font.cc index 255f7caa0d..3038df4331 100644 --- a/lily/open-type-font.cc +++ b/lily/open-type-font.cc @@ -27,7 +27,6 @@ using namespace std; #include FT_TRUETYPE_TABLES_H #include "dimensions.hh" -#include "freetype.hh" #include "international.hh" #include "modified-font-metric.hh" #include "warn.hh" @@ -178,7 +177,7 @@ Open_type_font::get_indexed_char_dimensions (size_t signed_idx) const { SCM box = scm_hashq_ref (lily_index_to_bbox_table_, scm_from_unsigned_integer (signed_idx), SCM_BOOL_F); - Box *box_ptr = Box::unsmob (box); + Box *box_ptr = unsmob (box); if (box_ptr) return *box_ptr; }