]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.5
authorfred <fred>
Wed, 23 Oct 1996 21:32:08 +0000 (21:32 +0000)
committerfred <fred>
Wed, 23 Oct 1996 21:32:08 +0000 (21:32 +0000)
pcol.hh

diff --git a/pcol.hh b/pcol.hh
index d11a23ca9c796d6aeff0141158370ad441b90e85..203482b10e1b1d12ead779cbc5fa2278f8abf1a8 100644 (file)
--- a/pcol.hh
+++ b/pcol.hh
@@ -12,7 +12,7 @@ struct PCol {
     List<const Spanner*> 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;