]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source-file.cc
Release: bump Welcome versions.
[lilypond.git] / lily / source-file.cc
index b06edbf0b3a6a8af9a780c66dbbe03f9ae632bb3..14fdf2beb3b6ef4c10ff835c60deeca2a5811157 100644 (file)
@@ -362,7 +362,7 @@ Source_file::get_port () const
 /****************************************************************/
 
 
-const char Source_file::type_p_name_[] = "ly:source-file?";
+const char * const Source_file::type_p_name_ = "ly:source-file?";
 
 SCM
 Source_file::mark_smob () const
@@ -371,7 +371,7 @@ Source_file::mark_smob () const
 }
 
 int
-Source_file::print_smob (SCM port, scm_print_state *)
+Source_file::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<Source_file ", port);
   scm_puts (name_.c_str (), port);