]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-line-group-engraver.hh
patch::: 1.3.59.uu2
[lilypond.git] / lily / include / separating-line-group-engraver.hh
index d9419a98077cbfcef8d337bcb42faca069e3bfb4..eccb4b0ee4dce690d552322bce7e2d2aaf10b9a1 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -25,8 +25,8 @@ protected:
   virtual void do_pre_move_processing ();
 public:
   Separating_line_group_engraver ();
-  TRANSLATOR_CLONE (Separating_line_group_engraver);
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  VIRTUAL_COPY_CONS (Translator);
+  
 };