]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator-dispatch-list.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / translator-dispatch-list.hh
index 060ab173aff7d4c582aac7ffe2b4ee4de713627b..43d5d133471db25aa7a17f7429d5a2f17b25c50c 100644 (file)
@@ -3,14 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef TRANSLATOR_DISPATCH_LIST_HH
 #define TRANSLATOR_DISPATCH_LIST_HH
 
 #include "lily-proto.hh"
-#include "lily-guile.hh"
 #include "std-vector.hh"
 #include "smobs.hh"
 
@@ -26,9 +25,9 @@ class Engraver_dispatch_list
 public:
   void apply (Grob_info);
   SCM static create (SCM trans_list,
-                    SCM iface_list);
+                    SCM iface_list, Direction);
 
-  DECLARE_SIMPLE_SMOBS (Engraver_dispatch_list,);
+  DECLARE_SIMPLE_SMOBS (Engraver_dispatch_list);
 };
 
 #endif /* TRANSLATOR_DISPATCH_LIST_HH */