]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/group-interface.hh
*** empty log message ***
[lilypond.git] / lily / include / group-interface.hh
index 6d544f27ee6ed398464a2e096d510530853b77ce..228f58b6a1d18f859e96928275a8ca0519038112 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -23,9 +23,8 @@
 struct Group_interface
 {
 public:
-  static int count (Grob*  , String);
+  static int count (Grob*, SCM);
   static void add_thing (Grob*, SCM, SCM);
-  static void add_thing (Grob*, String nm, SCM);
 };
 
 struct Pointer_group_interface : public Group_interface {