]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / bar-line.hh
index dbc99745f23aeabe9382b757d4fd5250ea28281a..4744aef8554d11561513cd79505dc2f6fbcc3745 100644 (file)
@@ -18,7 +18,7 @@ class Bar_line
 public:
   static bool has_interface (Grob *);
 
-  static Stencil compound_barline (Grob *, std::string, Real height, bool rounded);
+  static Stencil compound_barline (Grob *, string, Real height, bool rounded);
   static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
   DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));