]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / book.hh
index c731e21a507054b0d72a0c160034766be9338f96..9ef2ca21301db146dba7f373061bbaec98747f08 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "input.hh"
 #include "lily-proto.hh"
-#include "parray.hh"
+#include "std-vector.hh"
 #include "object-key.hh"
 #include "std-string.hh"
 
@@ -20,7 +20,7 @@ class Book : public Input
   DECLARE_SMOBS (Book, foo);
 
 public:
-  std::string user_key_;
+  string user_key_;
   SCM header_;
   Output_def *paper_;
   SCM scores_;