From: fred Date: Fri, 11 Oct 1996 16:32:29 +0000 (+0000) Subject: flower-1.0.2 X-Git-Tag: release/1.5.59~7098 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab6b30a87478eb1120f4be89c4f4db00504a9a57;p=lilypond.git flower-1.0.2 --- diff --git a/flower/cursor.hh b/flower/cursor.hh index b053591dd4..45c02aea15 100644 --- a/flower/cursor.hh +++ b/flower/cursor.hh @@ -70,9 +70,13 @@ class Cursor cursor points to same object, cursor.previous() is newly inserted object. */ - /// remove and cleanup Link // HWN: backspace or del? - void remove(); + + /// + void backspace(); + /// + void del(); + /// access the list this came from const List& list() const ; Link* pointer();