From: fred Date: Sat, 14 Dec 1996 10:55:52 +0000 (+0000) Subject: flower-1.0.14 X-Git-Tag: release/1.5.59~6592 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4e598a8b3dd35f4d09d4bd141ffd5fa7003f096a;p=lilypond.git flower-1.0.14 --- diff --git a/flower/cursor.hh b/flower/cursor.hh index 6bd4e1895d..6d40bb270d 100644 --- a/flower/cursor.hh +++ b/flower/cursor.hh @@ -82,7 +82,7 @@ class Cursor void del(); /// access the list this came from - const List& list() const ; + List& list() const ; Link* pointer(); private: diff --git a/flower/cursor.inl b/flower/cursor.inl index 4337ef446a..278d865bff 100644 --- a/flower/cursor.inl +++ b/flower/cursor.inl @@ -55,7 +55,7 @@ Cursor::insert( const T& th ) } template -inline const List& +inline List& Cursor::list() const { return list_;