]> git.donarmstrong.com Git - lilypond.git/commitdiff
(struct Dot_position): initialize extremal_head_
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 Oct 2006 19:10:23 +0000 (19:10 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 Oct 2006 19:10:23 +0000 (19:10 +0000)
include dot-column.hh

ChangeLog
lily/dot-column.cc

index 07e990851f2b906533ad0ceb4f571f52da39acd4..fe266d23e90eeaa7a1ccc940572c971472ab559b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/dot-column.cc (struct Dot_position): initialize extremal_head_
+       include dot-column.hh
+
 2006-10-26  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/ {basic-, global}: minor changes from mailist.
index 34e99d4ade625ad0fd1517e083223f01ca724849..4683c51cb53faa05d0a0edef971ef1a2f81b9c61 100644 (file)
@@ -14,6 +14,7 @@
 using namespace std;
 
 #include "dots.hh"
+#include "dot-column.hh"
 #include "rhythmic-head.hh"
 #include "staff-symbol-referencer.hh"
 #include "directional-element-interface.hh"