]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob.cc
Issue 4512: Remove redundant occurences of this->
[lilypond.git] / lily / prob.cc
index 3f6ba2fef1b773a4e5b06ffa8987e798d6a916dc..938f10686164e33d98460e5d1d2bc682b341e90e 100644 (file)
@@ -124,7 +124,7 @@ Prob::mark_smob () const
 }
 
 int
-Prob::print_smob (SCM port, scm_print_state *)
+Prob::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<", port);
   scm_puts ("Prob: ", port);
@@ -192,5 +192,5 @@ Prob::name () const
   if (scm_is_symbol (nm))
     return ly_symbol2string (nm);
   else
-    return this->class_name ();
+    return class_name ();
 }