From: fred Date: Fri, 8 Nov 1996 13:58:59 +0000 (+0000) Subject: flower-1.0.6 X-Git-Tag: release/1.5.59~6868 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ab83f5c921ade46d4182c14e44062c32a21d562;p=lilypond.git flower-1.0.6 --- diff --git a/flower/pcursor.hh b/flower/pcursor.hh index eb0e8f15f9..095bcc45bf 100644 --- a/flower/pcursor.hh +++ b/flower/pcursor.hh @@ -25,7 +25,7 @@ struct PCursor : public Cursor { PCursor(const List & l) : Cursor (l) {} PCursor( const Cursor& cursor ) : Cursor(cursor) { } - T operator ->() { return *(*this); } + T operator ->() const { return *(*(Cursor *)this); } }; /**