X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fkeyword.hh;h=119345ea59f154cc637c8e4533def55a5eab5504;hb=3e89af67bc6a9e3fd5d9a28db256608ac79510e0;hp=628ac1f59593091fe31183bba4a73cb160155891;hpb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;p=lilypond.git diff --git a/lily/include/keyword.hh b/lily/include/keyword.hh index 628ac1f595..119345ea59 100644 --- a/lily/include/keyword.hh +++ b/lily/include/keyword.hh @@ -1,7 +1,20 @@ /* - keyword.hh -- part of GNU LilyPond + This file is part of LilyPond, the GNU music typesetter. - (c) 1996--2008 Han-Wen Nienhuys + Copyright (C) 1996--2015 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 KEYWORD_HH @@ -21,7 +34,7 @@ struct Keyword_ent */ struct Keyword_table { - vector table_; + std::vector table_; Keyword_table (Keyword_ent *); vsize lookup (char const *s) const;