]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob
[lilypond.git] / lily / open-type-font.cc
index 255f7caa0d1431e88e1c18eddb2c52284bbebca8..0007563ed42618fdde566f978e100f0670cdcf7e 100644 (file)
@@ -178,7 +178,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;
     }