X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fkeyword.hh;h=119345ea59f154cc637c8e4533def55a5eab5504;hb=3e89af67bc6a9e3fd5d9a28db256608ac79510e0;hp=0f36fe812b2229bdbf951fdcf3844012b805ea68;hpb=c054eb280fd9953596eb164f67b0f9d5555c5a32;p=lilypond.git diff --git a/lily/include/keyword.hh b/lily/include/keyword.hh index 0f36fe812b..119345ea59 100644 --- a/lily/include/keyword.hh +++ b/lily/include/keyword.hh @@ -34,7 +34,7 @@ struct Keyword_ent */ struct Keyword_table { - vector table_; + std::vector table_; Keyword_table (Keyword_ent *); vsize lookup (char const *s) const;