X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcol-info.hh;h=505c11f991b2463dd9047852086eed7f72d5451e;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=36a2f73f721fa3d06a8b8ede55fec088ee228eb8;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/lily/include/col-info.hh b/lily/include/col-info.hh index 36a2f73f72..505c11f991 100644 --- a/lily/include/col-info.hh +++ b/lily/include/col-info.hh @@ -16,7 +16,7 @@ /// helper struct for #Spacing_problem# struct Colinfo { - PCol *pcol_l_; + Paper_column *pcol_l_; P fixpos_p_; Interval width; int rank_i_; @@ -24,11 +24,11 @@ struct Colinfo { bool ugh_b_; /* *************** */ Colinfo(); - Colinfo (PCol *,Real const *); + Colinfo (Paper_column *,Real const *); void print() const; bool fixed() const { return fixpos_p_.get_C();} - Real fixed_position()const { return *fixpos_p_; } + Real fixed_position() const { return *fixpos_p_; } Real minright() const { return width.right; } Real minleft() const { return -width.left; } };