]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.14
authorfred <fred>
Sat, 14 Dec 1996 10:55:52 +0000 (10:55 +0000)
committerfred <fred>
Sat, 14 Dec 1996 10:55:52 +0000 (10:55 +0000)
flower/cursor.hh
flower/cursor.inl

index 6bd4e1895d354439754acc4c6754b9a4b8689225..6d40bb270d635d876bdb6fcc37fd3b0c23c49406 100644 (file)
@@ -82,7 +82,7 @@ class Cursor
     void del();
     
     /// access the list this came from
-    const List<T>& list() const ;
+    List<T>& list() const ;
     Link<T>* pointer();
 
 private:
index 4337ef446afa452246c87d39158a39545afdd71e..278d865bffe115879d89f520ff86f8bc188a46c8 100644 (file)
@@ -55,7 +55,7 @@ Cursor<T>::insert( const T& th )
 }
 
 template<class T>
-inline const List<T>&
+inline  List<T>&
 Cursor<T>::list() const
 {
     return list_;