]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch.cc
Issue 4938 (1/3) Add Audio_item and Midi_item subclasses for control changes
[lilypond.git] / lily / pitch.cc
index 610e30480f5ebbaf34b8370c8e26f9acfa8fefb3..9e46bba70e6ff1d2360a66292427f312b4b5f5c8 100644 (file)
@@ -26,8 +26,6 @@
 
 #include <cmath>
 
-using std::string;
-
 Pitch::Pitch (int o, int n, Rational a)
 {
   notename_ = n;
@@ -220,7 +218,7 @@ Pitch::down_to (int notename)
   notename_ = notename;
 }
 
-const char Pitch::type_p_name_[] = "ly:pitch?";
+const char * const Pitch::type_p_name_ = "ly:pitch?";
 
 SCM
 Pitch::mark_smob () const