]> git.donarmstrong.com Git - lilypond.git/blobdiff - pcol.hh
release: 0.0.5
[lilypond.git] / 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;