]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / include / change-iterator.hh
index a7f894d457c963e49c7f9797a9d2bf0848e132d4..6d040d2fc6ad5bd74975b7ba142110f2a362a85e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -28,10 +28,10 @@ public:
   /* constructor is public */
   virtual void process (Moment);
   DECLARE_SCHEME_CALLBACK (constructor, ());
-  DECLARE_CLASSNAME(Change_iterator);
+  DECLARE_CLASSNAME (Change_iterator);
 
 private:
-  void error (string);
+  void error (const string&);
 };
 
 #endif