X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fprob.hh;h=7a06e4773705cc301e4add6dc0b93dca1fc5104d;hb=5af7cd44435fd26fade6e700a3912630e1553a87;hp=bcdb1250986e1572b4fa09493b68a7b773f88687;hpb=59a6d1a06432fc0ca88c3023c646182f389ec1b5;p=lilypond.git diff --git a/lily/include/prob.hh b/lily/include/prob.hh index bcdb125098..7a06e47737 100644 --- a/lily/include/prob.hh +++ b/lily/include/prob.hh @@ -55,7 +55,7 @@ protected: public: Prob (SCM, SCM); Prob (Prob const &); - virtual std::string name () const; + virtual string name () const; SCM type () const { return type_; } SCM get_property_alist (bool _mutable) const; SCM internal_get_property (SCM sym) const;