]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-smob.cc
Release: bump Welcome versions.
[lilypond.git] / lily / grob-smob.cc
index d038f9b84030bcc75ca906fd7478783a89706b9f..72949973b1acf777fb88295945c7cf44e7f6e489 100644 (file)
@@ -23,7 +23,7 @@
 #include "warn.hh"
 
 
-const char Grob::type_p_name_[] = "ly:grob?";
+const char * const Grob::type_p_name_ = "ly:grob?";
 
 SCM
 Grob::mark_smob () const
@@ -50,7 +50,7 @@ Grob::mark_smob () const
 }
 
 int
-Grob::print_smob (SCM port, scm_print_state *)
+Grob::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<Grob ", port);
   scm_puts ((char *) name ().c_str (), port);