]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch.cc
Issue 4459/2: Mark print_smob (...) member functions as const
[lilypond.git] / lily / pitch.cc
index 77726515254e4039794d8291f39510f1285fa58c..e34562fecc5571fe83ab21b5c3b5df677ffb36d9 100644 (file)
@@ -227,7 +227,7 @@ Pitch::mark_smob () const
 }
 
 int
-Pitch::print_smob (SCM port, scm_print_state *)
+Pitch::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<Pitch ", port);
   scm_display (ly_string2scm (to_string ()), port);