]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathXYMatrix.h
index eb4c7a3236439d4e261098fcc994bdca83cf89e0..a5be7c0af31b29182b567c08ac798a107277287d 100644 (file)
@@ -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;
        ///