]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/keyword.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / keyword.hh
index dfd355e1afed3ead4352908bf0945ad068b76abc..628ac1f59593091fe31183bba4a73cb160155891 100644 (file)
@@ -1,7 +1,7 @@
 /*
   keyword.hh -- part of GNU LilyPond
 
-  (c) 1996--2006 Han-Wen Nienhuys
+  (c) 1996--2008 Han-Wen Nienhuys
 */
 
 #ifndef KEYWORD_HH
@@ -21,7 +21,7 @@ struct Keyword_ent
 */
 struct Keyword_table
 {
-  std::vector<Keyword_ent> table_;
+  vector<Keyword_ent> table_;
 
   Keyword_table (Keyword_ent *);
   vsize lookup (char const *s) const;