]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/keyword.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / keyword.hh
index 26cc606b891999c3d1f49be4a4bdda81358e28e3..119345ea59f154cc637c8e4533def55a5eab5504 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2012 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
@@ -34,7 +34,7 @@ struct Keyword_ent
 */
 struct Keyword_table
 {
-  vector<Keyword_ent> table_;
+  std::vector<Keyword_ent> table_;
 
   Keyword_table (Keyword_ent *);
   vsize lookup (char const *s) const;