]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob.cc
input/regression/bookparts.ly fails at PDF conversion stage
[lilypond.git] / lily / prob.cc
index d4ea432f036e0f96d1ca9089b92c9074389a6bab..6e2a8addd71c4c85b094a8ec7404ebacd56f3329 100644 (file)
@@ -23,6 +23,7 @@
 #include "input.hh"
 #include "profile.hh"
 
+using std::string;
 
 const char Prob::type_p_name_[] = "ly:prob?";
 
@@ -192,5 +193,5 @@ Prob::name () const
   if (scm_is_symbol (nm))
     return ly_symbol2string (nm);
   else
-    return this->class_name ();
+    return class_name ();
 }