From: fred Date: Fri, 11 Oct 1996 16:09:21 +0000 (+0000) Subject: flower-1.0.2 X-Git-Tag: release/1.5.59~7100 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=550c678a09f90ed9b9fd1523e58bdecb6060765a;p=lilypond.git flower-1.0.2 --- diff --git a/flower/list.hh b/flower/list.hh index 97e672f2e0..a45252b8c3 100644 --- a/flower/list.hh +++ b/flower/list.hh @@ -35,7 +35,12 @@ class List /// put thing before #before_me# void insert( const T& thing, Cursor before_me ); virtual void remove( Cursor me ); + /** + Remove link pointed to by me. + POST + none; WARNING: do not use #me#. + */ int size_; Link* top_; Link* bottom_;