X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXYMatrix.h;h=a5be7c0af31b29182b567c08ac798a107277287d;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=72f48efe46534799c9f4dea52093e00d07a3da5b;hpb=77292f028d20fe99a6f353781bba1b42af6e3033;p=lyx.git diff --git a/src/mathed/InsetMathXYMatrix.h b/src/mathed/InsetMathXYMatrix.h index 72f48efe46..a5be7c0af3 100644 --- a/src/mathed/InsetMathXYMatrix.h +++ b/src/mathed/InsetMathXYMatrix.h @@ -27,6 +27,8 @@ public: /// void metrics(MetricsInfo &, Dimension &) const; /// + void draw(PainterInfo & pi, int x, int y) const; + /// InsetMathXYMatrix const * asXYMatrixInset() const { return this; } /// virtual int colsep() const;