]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / prob.cc
index 6e6f9b98fc49de59fb365c0b8a69430fb670b18f..5a1caca15508fe0e6cc0a5ce7ed86da6eba782f3 100644 (file)
@@ -119,7 +119,7 @@ Prob::get_property_alist (bool m) const
   return (m) ? mutable_property_alist_ : immutable_property_alist_;
 }
 
-std::string
+string
 Prob::name () const
 {
   SCM nm = get_property ("name");