From: fred Date: Sun, 24 Mar 2002 19:58:12 +0000 (+0000) Subject: lilypond-0.1.16 X-Git-Tag: release/1.5.59~3860 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b984b75bdb640ecdd4826a35f4c22f7bb0c93c26;p=lilypond.git lilypond-0.1.16 --- 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;