]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
Revert "Improved keySignature support in convert-ly"
[lilypond.git] / lily / include / change-iterator.hh
index 27d8c263ca5a4b7f29fc753bd1cf260d17224401..c7ecfda15cc3850bc5a9731927a5cb4772c45dee 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2009 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