]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / score.hh
index 2af42321e5a2f574748c8b93a570e4729041d2c7..38e7d8b9345168533e3ce57cbe50233c83af84e1 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -22,7 +22,7 @@ public:
   /// paper_, staves_ and commands_ form the problem definition.
   Link_array<Music_output_def> defs_;
   SCM music_;
-  Scheme_hash_table * header_;
+  SCM header_;
   Input_file_results* input_file_;
   
   int errorlevel_;