X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_oversetinset.h;h=8fe16c09df223ceb5818ac17b555f6e07f5910e8;hb=edbef46cd7865dab72ab6b503d62e2492479d297;hp=5327339cef33337438fe4d42284f196f679c69b2;hpb=cb5af90a1b8636405b89f5808fb3c4fb12cd3d21;p=lyx.git diff --git a/src/mathed/math_oversetinset.h b/src/mathed/math_oversetinset.h index 5327339cef..8fe16c09df 100644 --- a/src/mathed/math_oversetinset.h +++ b/src/mathed/math_oversetinset.h @@ -19,13 +19,15 @@ class MathOversetInset : public MathFracbaseInset { public: /// - MathOversetInset(); - /// - virtual std::auto_ptr clone() const; + std::auto_ptr clone() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; + /// + bool idxFirst(LCursor &) const; + /// + bool idxLast(LCursor &) const; /// void write(WriteStream & os) const;