X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Flist.icc;h=f77a2018361d3f407aa3a4877c4d9bf16bba494d;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=80d12f56ba2323ea6e2bb5a4556a603b045c296b;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/flower/include/list.icc b/flower/include/list.icc index 80d12f56ba..f77a201836 100644 --- a/flower/include/list.icc +++ b/flower/include/list.icc @@ -40,7 +40,7 @@ List::size() const template inline Cursor -List::top()const +List::top() const { return Cursor( *this, top_); } @@ -48,7 +48,7 @@ List::top()const template inline Cursor -List::bottom()const +List::bottom() const { return Cursor( *this, bottom_); }