From b984b75bdb640ecdd4826a35f4c22f7bb0c93c26 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:58:12 +0000 Subject: [PATCH] lilypond-0.1.16 --- BUGS | 2 +- lily/include/stem.hh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/BUGS b/BUGS index 5977e0d3ce..433d3c5f3f 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,4 @@ -Document Really Ugly Bugs (coredumps assert fails, etc) +Document Really Ugly Bugs (coredumps, assert fails, etc) [Solaris] diff --git a/lily/include/stem.hh b/lily/include/stem.hh index 7ed9e4615e..3a034df85e 100644 --- a/lily/include/stem.hh +++ b/lily/include/stem.hh @@ -75,8 +75,7 @@ public: Stem (); /// ensure that this Stem also encompasses the Notehead #n# - void add (Note_head*n); - void add (Rest*); + void add (Rhythmic_head*n); DECLARE_MY_RUNTIME_TYPEINFO; -- 2.39.5