]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/killing-cons.tcc
*** empty log message ***
[lilypond.git] / flower / include / killing-cons.tcc
index ebf78d66b85714ca6647716f219717fee5974fbf..556d56deeda01fc1ff043833044ac2dc0b49ad5f 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -15,7 +15,7 @@
 template<class T>
 Killing_cons<T>::~Killing_cons ()
 {
-  delete car_;
+  delete Cons<T>::car_;
 }
 
 template<class T>