]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score.hh
*** empty log message ***
[lilypond.git] / lily / include / score.hh
index 2e1724a35d695ebe553d96471b24b1bd9da505f6..6cb5cf927dfc5b8f86936a0d7e8054194bcbf6d8 100644 (file)
@@ -15,7 +15,7 @@
 #include "parray.hh"
 #include "smobs.hh"
 #include "virtual-methods.hh"
-#include "string.hh"
+#include "std-string.hh"
 
 class Score : public Input
 {
@@ -25,7 +25,7 @@ class Score : public Input
 
 public:
   Link_array<Output_def> defs_;
-  String user_key_;
+  std::string user_key_;
   SCM header_;
   bool error_found_;