X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSplit.h;h=8893e7fe1d9e638515a0532d40269e00303dc564;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=122653459fd5134049a5c6f3c61441c9a3228e61;hpb=d4b56646b48e89e224f28622635748f9c01d3507;p=lyx.git diff --git a/src/mathed/InsetMathSplit.h b/src/mathed/InsetMathSplit.h index 122653459f..8893e7fe1d 100644 --- a/src/mathed/InsetMathSplit.h +++ b/src/mathed/InsetMathSplit.h @@ -24,6 +24,8 @@ public: explicit InsetMathSplit(Buffer * buf, docstring const & name, char valign = 'c', bool numbered = false); /// + void metrics(MetricsInfo & mi, Dimension & dim) const; + /// void draw(PainterInfo & pi, int x, int y) const; /// bool getStatus(Cursor & cur, FuncRequest const & cmd,