X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_xymatrixinset.h;h=c0c8600859f0ccc7b522975d4b809756abfab40c;hb=4bc59f21015e9151841eea3733b97d25cd616fdc;hp=bead82a3eef8afd03788bdbcff34da75b60777f7;hpb=ffabba6156d15b859b00a3b4eaca0bb4f7bda26f;p=lyx.git diff --git a/src/mathed/math_xymatrixinset.h b/src/mathed/math_xymatrixinset.h index bead82a3ee..c0c8600859 100644 --- a/src/mathed/math_xymatrixinset.h +++ b/src/mathed/math_xymatrixinset.h @@ -10,18 +10,22 @@ class MathXYMatrixInset : public MathGridInset { -public: +public: /// MathXYMatrixInset(); /// MathInset * clone() const; /// - void metrics(MathMetricsInfo const & st) const; + void metrics(MathMetricsInfo & 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; ///