From 4e598a8b3dd35f4d09d4bd141ffd5fa7003f096a Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 14 Dec 1996 10:55:52 +0000 Subject: [PATCH] flower-1.0.14 --- flower/cursor.hh | 2 +- flower/cursor.inl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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_; -- 2.39.5