]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/killing-cons.tcc
* Another grand 2003 update.
[lilypond.git] / flower / include / killing-cons.tcc
index f6fcff7bd1946959e820a066b97ab2b5cb01cdd9..b01e14abffa63afccd5fe18be83c8cf0d3f841d3 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -24,7 +24,7 @@ copy_killing_cons_list (Cons_list<T> &dest, Cons<T> *src)
 {
   for (; src; src  = src->next_)
     {
-      T *t = new T(*src->car_);
+      T *t = new T (*src->car_);
       dest.append ( new Killing_cons<T> (t, 0));
     }
 }