From: fred Date: Wed, 23 Oct 1996 21:32:08 +0000 (+0000) Subject: lilypond-0.0.5 X-Git-Tag: release/1.5.59~7035 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=25e7291ce8000b868ed121cd76519196a3377f87;p=lilypond.git lilypond-0.0.5 --- diff --git a/pcol.hh b/pcol.hh index d11a23ca9c..203482b10e 100644 --- a/pcol.hh +++ b/pcol.hh @@ -12,7 +12,7 @@ struct PCol { List stoppers, starters; /// Can this be broken? true eg. for bars. - bool breakable; + bool breakable()const; /// does this column have items, does it have spacings attached? bool used;