]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/list.icc
release: 0.1.11
[lilypond.git] / flower / include / list.icc
index 80d12f56ba2323ea6e2bb5a4556a603b045c296b..f77a2018361d3f407aa3a4877c4d9bf16bba494d 100644 (file)
@@ -40,7 +40,7 @@ List<T>::size() const
 
 template<class T>
 inline Cursor<T>
-List<T>::top()const
+List<T>::top() const
 {
   return Cursor<T>( *this, top_);
 }
@@ -48,7 +48,7 @@ List<T>::top()const
 
 template<class T>
 inline Cursor<T>
-List<T>::bottom()const
+List<T>::bottom() const
 {
   return Cursor<T>( *this, bottom_);
 }