X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_gridinset.h;h=00e324f676b90eefe2def93b74bb5e0ce7c09c90;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=1beffcb7c1e8c97fec72e1f73a98c59498f58623;hpb=bc29b6a790fc1340daaeec3972b61bc4ca25accf;p=lyx.git diff --git a/src/mathed/math_gridinset.h b/src/mathed/math_gridinset.h index 1beffcb7c1..00e324f676 100644 --- a/src/mathed/math_gridinset.h +++ b/src/mathed/math_gridinset.h @@ -90,13 +90,15 @@ public: /// Ensures that the dialog is closed. ~MathGridInset(); /// - MathInset * clone() const; + InsetBase * clone() const; /// void metrics(MetricsInfo & mi) const; /// + void metrics(MetricsInfo & mi, Dimension &) const; + /// void draw(PainterInfo & pi, int x, int y) const; /// - void metricsT(TextMetricsInfo const & mi) const; + void metricsT(TextMetricsInfo const & mi, Dimension & dim) const; /// void drawT(TextPainter & pi, int x, int y) const; ///