]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_gridinset.h
support for \begin{cases}...\end{cases} (for interactive creation type M-x
[features.git] / src / mathed / math_gridinset.h
index 9567068798c1ecb5a8ec968cfb10b75482590449..968ed13254b8406447d12a76f077328566e26084 100644 (file)
@@ -62,7 +62,7 @@ public:
        /// Note: columns first!
        MathGridInset(col_type m, row_type n);
        ///
-       MathGridInset(int m, int n, char valign, string const & halign);
+       MathGridInset(col_type m, row_type n, char valign, string const & halign);
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///