]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
Doc-es: update Notation/Fretted.
[lilypond.git] / lily / open-type-font.cc
index 255f7caa0d1431e88e1c18eddb2c52284bbebca8..3038df4331645f30dcb000be55cf3deb0830171d 100644 (file)
@@ -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> (box);
       if (box_ptr)
         return *box_ptr;
     }