]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/modified-font-metric.cc
Issue 4625/5: Accept note heads as slur bounds
[lilypond.git] / lily / modified-font-metric.cc
index 53ccefa2997e0c9e93a05d9b9688678b1b726db3..b746fdaa68d0753f096f92bb3973de51a538cb90 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--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
@@ -17,7 +17,6 @@
   along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 #include <cctype>
-using namespace std;
 
 #include "modified-font-metric.hh"
 #include "pango-font.hh"
@@ -26,6 +25,8 @@ using namespace std;
 #include "main.hh"
 #include "program-option.hh"
 
+using std::string;
+
 Modified_font_metric::Modified_font_metric (Font_metric *fm,
                                             Real magnification)
 {