]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output.hh
use SCM module in stead of
[lilypond.git] / lily / include / music-output.hh
index d8efb9314a0b1a758430e6134795ac10ba1174fe..4d2d41f5ce5155e58a118dc0197e240dd6923b21 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "string.hh"
 #include "lily-proto.hh"
+#include "protected-scm.hh"
 
 /**
   Output something that was defined in a lilypond file. 
@@ -19,7 +20,7 @@
 class Music_output 
 {
 public:
-  Scheme_hash_table * header_;
+  Protected_scm header_;
   String default_out_string_;
   String origin_string_;
   int errorlevel_;