]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-constructor.cc
* stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
[lilypond.git] / lily / music-constructor.cc
index 97c295e016fadbbe22a726913faef6abf9105083..587070354b2f1de8d468c69c7eaf3194655b5e33 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2001--2004  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2001--2005  Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -14,7 +14,7 @@
 
 #include "warn.hh"
 
-static std::map<String,Music_ctor> *ctors_map_;
+static std::map<String, Music_ctor> *ctors_map_;
 
 void
 add_music_ctor (String s, Music_ctor c)