]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / score.cc
index 102a549cc4692b16d250d772e6e1132316069c40..d10023dd8506b5103bed7a09ef673a074cff8574 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <cstdio>
 
+using namespace std;
 
 #include "book.hh"
 #include "cpu-timer.hh"
@@ -58,7 +59,7 @@ Score::~Score ()
 {
 }
 
-const char Score::type_p_name_[] = "ly:score?";
+const char * const Score::type_p_name_ = "ly:score?";
 
 SCM
 Score::mark_smob () const