X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnderset.h;h=565f0d5cc4fc4ce20fc695b5bb89b6b278fe50f8;hb=21c92c8a129b5f3ff56de33bf2941a25967cffbb;hp=c2af955ba26a45b7b8363d470efe8a8cef948a76;hpb=f29db33e695d6cd8dd3dd33c62832ec681df2675;p=lyx.git diff --git a/src/mathed/InsetMathUnderset.h b/src/mathed/InsetMathUnderset.h index c2af955ba2..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; /// - bool idxFirst(Cursor & cur) const; + bool idxFirst(Cursor &) const; /// - bool idxLast(Cursor & cur) const; - /// - bool idxUpDown(Cursor & cur, bool up) const; + bool idxLast(Cursor &) const; /// void write(WriteStream & ws) const; /// @@ -40,6 +38,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_UNDERSET_CODE; }