]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob.cc
Doc: NR - changing-defaults.itely - various improvements
[lilypond.git] / lily / prob.cc
index d4ea432f036e0f96d1ca9089b92c9074389a6bab..938f10686164e33d98460e5d1d2bc682b341e90e 100644 (file)
@@ -192,5 +192,5 @@ Prob::name () const
   if (scm_is_symbol (nm))
     return ly_symbol2string (nm);
   else
-    return this->class_name ();
+    return class_name ();
 }