X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnderset.h;h=c195eb10b6987e3cf8ddb35f18e15e16dd00922e;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=a53e74266a7532056a430525a072f38a4a6b4c50;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathUnderset.h b/src/mathed/InsetMathUnderset.h index a53e74266a..c195eb10b6 100644 --- a/src/mathed/InsetMathUnderset.h +++ b/src/mathed/InsetMathUnderset.h @@ -22,15 +22,15 @@ namespace lyx { class InsetMathUnderset : public InsetMathFracBase { public: /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// - bool idxFirst(LCursor & cur) const; + bool idxFirst(Cursor & cur) const; /// - bool idxLast(LCursor & cur) const; + bool idxLast(Cursor & cur) const; /// - bool idxUpDown(LCursor & cur, bool up) const; + bool idxUpDown(Cursor & cur, bool up) const; /// void write(WriteStream & ws) const; /// @@ -38,7 +38,7 @@ public: /// void validate(LaTeXFeatures & features) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };