X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXYMatrix.h;h=a5be7c0af31b29182b567c08ac798a107277287d;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=eb4c7a3236439d4e261098fcc994bdca83cf89e0;hpb=c8bc76b333576a3f7be6c24968fd87554d50caea;p=lyx.git diff --git a/src/mathed/InsetMathXYMatrix.h b/src/mathed/InsetMathXYMatrix.h index eb4c7a3236..a5be7c0af3 100644 --- a/src/mathed/InsetMathXYMatrix.h +++ b/src/mathed/InsetMathXYMatrix.h @@ -27,14 +27,14 @@ 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; /// virtual int rowsep() const; - /// - void normalize(); /// void write(WriteStream & os) const; ///