]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/parray.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / flower / include / parray.hh
index 7af20291e46ea5415db21d8f2564bd7c65e2cda4..471b9f585896f08294527044ac33dfc3a1c7ddd9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 #include "std-vector.hh"
 
-using namespace std;
 
 template<class T>
-class Link_array : public vector<T *>
+class Link_array : public std::vector<T *>
 {
-  
+
 };
 
 #endif // PARRAY_HH