From: fred Date: Sun, 24 Mar 2002 19:53:07 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~4158 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eb587ad3f79b6cead2acf49c30ffb13c33bd6a44;p=lilypond.git lilypond-0.1.7 --- diff --git a/lily/boxes.cc b/lily/boxes.cc index 1798cb93c3..d06bfd2165 100644 --- a/lily/boxes.cc +++ b/lily/boxes.cc @@ -8,7 +8,7 @@ Box::Box() Box::Box(Interval ix, Interval iy) { - x = ix; - y = iy; + x() = ix; + y() = iy; }