]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
Doc: NR add @knownissues for Percent Repeats
[lilypond.git] / lily / font-metric.cc
index f18b2d7256ae2717928937c3bbe76cc41799d121..f2b6a0e1476c2e669a1917d47f8d17343960ac37 100644 (file)
@@ -95,14 +95,14 @@ Font_metric::derived_mark () const
 }
 
 SCM
-Font_metric::mark_smob ()
+Font_metric::mark_smob () const
 {
   derived_mark ();
   return description_;
 }
 
 int
-Font_metric::print_smob (SCM port, scm_print_state *)
+Font_metric::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<", port);
   scm_puts (class_name (), port);