]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
Add support for max-systems-per-page.
[lilypond.git] / lily / include / change-iterator.hh
index 5a9462f69ca0b98fa96c8ff34a0b3a7974e9ece2..71aa7cb8d3abb2b4b98e00a8501c3523b6f72c7b 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--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef CHANGE_ITERATOR_HH
@@ -20,7 +20,7 @@ public:
   DECLARE_CLASSNAME(Change_iterator);
 
 private:
-  void error (String);
+  void error (string);
 };
 
 #endif