]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-smob.cc
Web-es: update News.
[lilypond.git] / lily / input-smob.cc
index 830f946612543bfda7c5c7c3db09061c3398e610..f9de264277307556a0eec0c3ea296a030f5aa0e9 100644 (file)
@@ -37,7 +37,7 @@ Input::mark_smob () const
 }
 
 int
-Input::print_smob (SCM port, scm_print_state *)
+Input::print_smob (SCM port, scm_print_state *) const
 {
   string str = "#<location " + location_string () + ">";
   scm_puts (str.c_str (), port);