]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / font-metric.cc
index 200c1eb8775f56e13765682fb5676093d88f2a3b..c9daa95f3edf2000d39fb47a5d856a8df505073a 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <cmath>
 #include <cctype>
+using namespace std;
 
 #include "dimensions.hh"
 #include "modified-font-metric.hh"
@@ -28,7 +29,6 @@
 #include "stencil.hh"
 #include "warn.hh"
 
-using std::string;
 
 Real
 Font_metric::design_size () const
@@ -112,7 +112,7 @@ Font_metric::print_smob (SCM port, scm_print_state *) const
   return 1;
 }
 
-const char Font_metric::type_p_name_[] = "ly:font-metric?";
+const char * const Font_metric::type_p_name_ = "ly:font-metric?";
 
 SCM
 Font_metric::font_file_name () const