]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:53:07 +0000 (19:53 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:53:07 +0000 (19:53 +0000)
lily/boxes.cc

index 1798cb93c3033162798b3131d29d248aab1976d2..d06bfd21654d448ea1c3b494e0693e8efbe0ff61 100644 (file)
@@ -8,7 +8,7 @@ Box::Box()
 
 Box::Box(Interval ix, Interval iy)
 {
-    x = ix;
-    y = iy;
+    x() = ix;
+    y() = iy;
 }