X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnderset.h;h=565f0d5cc4fc4ce20fc695b5bb89b6b278fe50f8;hb=21c92c8a129b5f3ff56de33bf2941a25967cffbb;hp=ff671adccba7c77a44a0cd4b87010d022fb07301;hpb=503c7c1688bee80a2c5dc472aaf97fb2aa0391e0;p=lyx.git diff --git a/src/mathed/InsetMathUnderset.h b/src/mathed/InsetMathUnderset.h index ff671adccb..565f0d5cc4 100644 --- a/src/mathed/InsetMathUnderset.h +++ b/src/mathed/InsetMathUnderset.h @@ -22,17 +22,15 @@ namespace lyx { class InsetMathUnderset : public InsetMathFracBase { public: /// - InsetMathUnderset(Buffer * buf) : InsetMathFracBase(buf) {} + explicit InsetMathUnderset(Buffer * buf) : InsetMathFracBase(buf) {} /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// - idx_type firstIdx() const { return 1; } + bool idxFirst(Cursor &) const; /// - idx_type lastIdx() const { return 1; } - /// - bool idxUpDown(Cursor & cur, bool up) const; + bool idxLast(Cursor &) const; /// void write(WriteStream & ws) const; ///