X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Finterval-minefield.hh;h=fc748c17b6310ac9f1b0cd03f34ecdc5e72dfc4a;hb=6316d6cdcc9ca46c2b72ecb5ff8cce92b5f38305;hp=6c2eb67b26aebca048ba0c9d8ff8125c73a87a16;hpb=d61cf3bbdb1c6670a127ba3baddf2f04d3e34fd3;p=lilypond.git diff --git a/lily/include/interval-minefield.hh b/lily/include/interval-minefield.hh index 6c2eb67b26..fc748c17b6 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--2012 Mike Solomon + Copyright (C) 2011--2015 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