X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Finterval-set.hh;h=91410142ed76e0fc9baadf6c97ce6f3da9030162;hb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;hp=6a6ad9e3cb62e4fdba11331443e4b78d81e7fc5e;hpb=64313890b232c731d432e5b096f30bffc3f3756d;p=lilypond.git diff --git a/flower/include/interval-set.hh b/flower/include/interval-set.hh index 6a6ad9e3cb..91410142ed 100644 --- a/flower/include/interval-set.hh +++ b/flower/include/interval-set.hh @@ -1,9 +1,20 @@ /* - interval-set.hh -- declare Interval_set + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2004--2011 Han-Wen Nienhuys - (c) 2004 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef INTERVAL_SET_HH @@ -21,7 +32,7 @@ */ struct Interval_set { - std::vector allowed_regions_; + vector allowed_regions_; Interval_set (); void set_full ();