]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/molecule.hh
release: 1.1.30
[lilypond.git] / lily / include / molecule.hh
index de52b56e5f417ff413cc4b222a194faabcb39d35..461993e482d2f1921a4e3253325a8fb582c7bde7 100644 (file)
@@ -20,7 +20,7 @@
     to the top, to the right, etc.  */
 class Molecule {
   //  Protected_scm atom_list_;        // change to List<Atom>?
-  Killing_cons<Atom> *atom_list_;
+  Cons<Atom> *atom_list_;
   friend class Paper_outputter;
 public:
   Box dim_;