X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathAMSArray.h;h=2b5491fe37e7b2da5bf05d586f6a9ed6a827123c;hb=11a6b3c4c7a031fd3776f53c9c43f62116933cea;hp=2d57a2fd721542783764b19a7765adc2cffda4bf;hpb=ed858d73e57ce7aa89e38c1bc4d799362edb0227;p=lyx.git diff --git a/src/mathed/InsetMathAMSArray.h b/src/mathed/InsetMathAMSArray.h index 2d57a2fd72..2b5491fe37 100644 --- a/src/mathed/InsetMathAMSArray.h +++ b/src/mathed/InsetMathAMSArray.h @@ -25,7 +25,9 @@ public: /// InsetMathAMSArray(docstring const & name); /// - bool metrics(MetricsInfo & mi, Dimension & dim) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; + /// + Dimension const dimension(BufferView const &) const; /// void draw(PainterInfo & pain, int x, int y) const; ///