X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathAMSArray.h;h=2b5491fe37e7b2da5bf05d586f6a9ed6a827123c;hb=11a6b3c4c7a031fd3776f53c9c43f62116933cea;hp=6555c5914bacc068d8b19e92ec8f10da50ce16a9;hpb=237c132c1e6fc720b87f2fea6deb18a8395cbe0a;p=lyx.git diff --git a/src/mathed/InsetMathAMSArray.h b/src/mathed/InsetMathAMSArray.h index 6555c5914b..2b5491fe37 100644 --- a/src/mathed/InsetMathAMSArray.h +++ b/src/mathed/InsetMathAMSArray.h @@ -27,6 +27,8 @@ public: /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// + Dimension const dimension(BufferView const &) const; + /// void draw(PainterInfo & pain, int x, int y) const; /// InsetMathAMSArray * asAMSArrayInset() { return this; }