X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Finterval-minefield.hh;h=b618b94720ca780ebee5aea040e8bf2c662591e8;hb=2f0c6eb19208485a86d3416db3f3640a1d54752a;hp=62136b046b8a0c8d087eb191eb278975e5bc432e;hpb=3bcfd69d91f52f70598f73719fbed7aa6eea8ad3;p=lilypond.git diff --git a/lily/include/interval-minefield.hh b/lily/include/interval-minefield.hh index 62136b046b..b618b94720 100644 --- a/lily/include/interval-minefield.hh +++ b/lily/include/interval-minefield.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2011 Mike Solomon + Copyright (C) 2011--2012 Mike Solomon Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify @@ -27,16 +27,16 @@ class Interval_minefield { -public : +public: Interval_minefield (Interval, Real); void add_forbidden_interval (Interval forbidden); Interval feasible_placements (); void solve (); -private : +private: vector forbidden_intervals_; Interval feasible_placements_; Real bulk_; }; -#endif // INTERVAL_MINEFIELD_HH \ No newline at end of file +#endif // INTERVAL_MINEFIELD_HH