]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_xymatrixinset.h
index bfebb04da2d7d3e29abe1ab7516ca86ad70bf91d..3cabea91d596e10da81ba5a226d78e4d0a6dc527 100644 (file)
@@ -10,7 +10,7 @@
 
 
 class MathXYMatrixInset : public MathGridInset {
-public: 
+public:
        ///
        MathXYMatrixInset();
        ///
@@ -18,8 +18,14 @@ public:
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///
-       MathXYMatrixInset * asXYMatrixInset() { return this; }
+       MathXYMatrixInset const * asXYMatrixInset() const { return this; }
+       ///
+       virtual int colsep() const;
+       ///
+       virtual int rowsep() const;
 
+       ///
+       void normalize();
        ///
        void write(WriteStream & os) const;
        ///