]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.h
oh well
[lyx.git] / src / mathed / math_xymatrixinset.h
index bead82a3eef8afd03788bdbcff34da75b60777f7..3cabea91d596e10da81ba5a226d78e4d0a6dc527 100644 (file)
@@ -10,7 +10,7 @@
 
 
 class MathXYMatrixInset : public MathGridInset {
-public: 
+public:
        ///
        MathXYMatrixInset();
        ///
@@ -18,10 +18,14 @@ public:
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///
-       MathXYMatrixInset * asXYMatrixInset() { return this; }
+       MathXYMatrixInset const * asXYMatrixInset() const { return this; }
        ///
-       void normalize();
+       virtual int colsep() const;
+       ///
+       virtual int rowsep() const;
 
+       ///
+       void normalize();
        ///
        void write(WriteStream & os) const;
        ///