]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/list.inl
release: 0.0.18
[lilypond.git] / flower / list.inl
index c3ee7e2948263a62bdaeaf81f3e2654b0de39006..df0687b7c8b5b28e71cfd47ad96fbbd64b7caf8e 100644 (file)
@@ -39,7 +39,7 @@ List<T>::size() const
 
 template<class T>
 inline Cursor<T>
-List<T>::top()
+List<T>::top()const
 {
     return Cursor<T>( *this, top_ );
 }
@@ -47,7 +47,7 @@ List<T>::top()
 
 template<class T>
 inline Cursor<T>
-List<T>::bottom()
+List<T>::bottom()const
 {
     return Cursor<T>( *this, bottom_ );
 }