X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar.hh;h=b7ebca69a50b5583c51179d6db7fa1cbba45a060;hb=c49a146628e5f8422c72deb40a42899c4c5cdd33;hp=27fbe484a607443f7db1d642e4c589ec3835f5e9;hpb=b37e3f652677ae0298423db9fa0e552e5fce0c92;p=lilypond.git diff --git a/lily/include/bar.hh b/lily/include/bar.hh index 27fbe484a6..b7ebca69a5 100644 --- a/lily/include/bar.hh +++ b/lily/include/bar.hh @@ -18,7 +18,7 @@ class Bar public: static bool has_interface (Grob *); - static Stencil compound_barline (Grob *, std::string, Real height); + static Stencil compound_barline (Grob *, string, Real height); static Stencil simple_barline (Grob *, Real wid, Real height); DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM)); DECLARE_SCHEME_CALLBACK (print, (SCM));