]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/abbrev.hh
release: 1.1.47
[lilypond.git] / lily / include / abbrev.hh
index edc2b3b68ddc1685768e40b29c1612ff0b4ce37a..960956548a19dcaf4fa534f1932c207018c6f05e 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -16,7 +16,7 @@ class Abbreviation : public Item {
 protected:
   virtual void do_print () const;
   virtual Molecule *do_brew_molecule_p () const;
-  virtual void do_substitute_dependent (Score_element*, Score_element*);
+  virtual void do_substitute_element_pointer (Score_element*, Score_element*);
 public:
   int abbrev_flags_i_;
   Abbreviation ();