]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/virtual-methods.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / flower / include / virtual-methods.hh
index aa76632a9d3469f5824ddc84c83251882be6c913..5a907b2cf76ef3bdc66a403190608082f3f2d07f 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
@@ -21,7 +21,6 @@
 #define VIRTUAL_METHODS_HH
 
 #include <typeinfo>
-using namespace std;
 
 /*
 Virtual copy constructor.  Make up for C++'s lack of a standard