X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_gridinset.h;h=00e324f676b90eefe2def93b74bb5e0ce7c09c90;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=5d5af40d863356e075e3887141142008a74ed491;hpb=38fce2feaced45d99f3e78ee8e877f2c37aa6bd1;p=lyx.git diff --git a/src/mathed/math_gridinset.h b/src/mathed/math_gridinset.h index 5d5af40d86..00e324f676 100644 --- a/src/mathed/math_gridinset.h +++ b/src/mathed/math_gridinset.h @@ -90,9 +90,11 @@ public: /// Ensures that the dialog is closed. ~MathGridInset(); /// - MathInset * clone() const; + InsetBase * clone() const; /// - Dimension metrics(MetricsInfo & mi) const; + void metrics(MetricsInfo & mi) const; + /// + void metrics(MetricsInfo & mi, Dimension &) const; /// void draw(PainterInfo & pi, int x, int y) const; ///