X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frest.hh;fp=lily%2Finclude%2Frest.hh;h=644aa1450c7bf904d203f444424d82f3eef7b24f;hb=207f71b8b2ab9ca550e841615bedce393e652ca6;hp=9235f746ce0a9275a9ff126e20504f064981f3fe;hpb=c8d62eca2d025e1fdce22f478f87c10f414d4b9d;p=lilypond.git diff --git a/lily/include/rest.hh b/lily/include/rest.hh index 9235f746ce..644aa1450c 100644 --- a/lily/include/rest.hh +++ b/lily/include/rest.hh @@ -29,7 +29,7 @@ class Rest public: DECLARE_SCHEME_CALLBACK (y_offset_callback, (SCM)); DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM)); - static std::string glyph_name (Grob *, int durlog, const std::string &style, bool, Real); + static string glyph_name (Grob *, int durlog, const string &style, bool, Real); static Real staff_position_internal (Grob *, int /* duration_log */, int /* dir */); static SCM brew_internal_stencil (Grob *, bool);