]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/molecule.hh
release: 0.0.21
[lilypond.git] / hdr / molecule.hh
index b5df9ee383ab4baceca6c48974cbeaa99d3542f5..7419e203de86dd13bb433d7f450313586975b47b 100644 (file)
@@ -3,7 +3,6 @@
 
 #include "plist.hh"
 #include "boxes.hh"
-#include "item.hh"
 #include "symbol.hh"
 
 /// a symbol which can be translated, and freely copied
@@ -28,7 +27,7 @@ struct Atom {
 
 /// a group of #Atom#s
 struct Molecule {
-    IPointerList<Atom*> ats;
+    IPointerList<Atom*> ats;   // change to List<Atom>? 
 
     /****************/