X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_oversetinset.h;h=8fe16c09df223ceb5818ac17b555f6e07f5910e8;hb=edbef46cd7865dab72ab6b503d62e2492479d297;hp=72aa05e4fd3af289efe938423be48ac86d6e7174;hpb=70d0ba900118ac7e253c1e1969fd7a3d64ec8e03;p=lyx.git diff --git a/src/mathed/math_oversetinset.h b/src/mathed/math_oversetinset.h index 72aa05e4fd..8fe16c09df 100644 --- a/src/mathed/math_oversetinset.h +++ b/src/mathed/math_oversetinset.h @@ -25,9 +25,9 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - bool idxFirst(BufferView &) const; + bool idxFirst(LCursor &) const; /// - bool idxLast(BufferView &) const; + bool idxLast(LCursor &) const; /// void write(WriteStream & os) const;