]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / font-metric.cc
index 674aef76a9d6b0af07330eeb464461f5374e5e35..c9daa95f3edf2000d39fb47a5d856a8df505073a 100644 (file)
@@ -102,7 +102,7 @@ Font_metric::mark_smob () const
 }
 
 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);
@@ -112,7 +112,7 @@ Font_metric::print_smob (SCM port, scm_print_state *)
   return 1;
 }
 
-const char Font_metric::type_p_name_[] = "ly:font-metric?";
+const char * const Font_metric::type_p_name_ = "ly:font-metric?";
 
 SCM
 Font_metric::font_file_name () const