]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score.hh
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / include / score.hh
index d1659a06227382b9d356861652d5ce766d3968d8..a5918242f14d6bf534508461801c0dc3e4134d85 100644 (file)
@@ -31,7 +31,7 @@ class Score : public Smob<Score>
 {
 public:
   SCM mark_smob () const;
-  static const char type_p_name_[];
+  static const char * const type_p_name_;
   virtual ~Score ();
 private:
   SCM music_;
@@ -40,7 +40,7 @@ private:
 public:
   Input *origin () const;
 
-  std::vector<Output_def *> defs_;
+  vector<Output_def *> defs_;
   bool error_found_;
 
   Score ();