]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment.cc
Doc: CG - removed information about test-patchy
[lilypond.git] / lily / moment.cc
index 6fbd55f498876c0a604deb1007efd673cc23cf4b..81ab30e3aebebfe5bde60d265e31f94d257efdf7 100644 (file)
@@ -48,7 +48,7 @@ const char Moment::type_p_name_[] = "ly:moment?";
 
 
 int
-Moment::print_smob (SCM port, scm_print_state *)
+Moment::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<Mom ", port);
   string str = to_string ();