]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_xymatrixinset.C
index 9606bfc8a2ad975b454e491261a81b071e40a5ef..c18052a8d97455de3f29c542ad3e8e40b2c85496 100644 (file)
@@ -20,6 +20,18 @@ MathInset * MathXYMatrixInset::clone() const
 }
 
 
+int MathXYMatrixInset::colsep() const
+{
+       return 40;
+}
+
+
+int MathXYMatrixInset::rowsep() const
+{
+       return 40;
+}
+
+
 void MathXYMatrixInset::metrics(MathMetricsInfo const & st) const
 {
        MathMetricsInfo mi = st;