]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-engraver.cc
Small fix from mailist.
[lilypond.git] / lily / bar-engraver.cc
index 742967e45c95161b53625c5c8e65bd629c322a04..af7d39929e325dda69a7b13cd454ac46ce45a4b4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -21,7 +21,7 @@ class Bar_engraver : public Engraver
 {
 public:
   TRANSLATOR_DECLARATIONS (Bar_engraver);
-  void request_bar (String type_string);
+  void request_bar (string type_string);
 
 protected:
   virtual void finalize ();