]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_arrayinset.h
index 89f34545c3daa16acbf4b7c30fa931fce487ea77..d09dae7e8aa1f3c415d0961f65d22947208fe6e2 100644 (file)
@@ -15,6 +15,8 @@ public:
        MathArrayInset(int m, int n);
        ///
        MathArrayInset(int m, int n, char valign, string const & halign);
+       ///
+       MathArrayInset(char valign, string const & halign);
        /// convienience constructor from whitespace/newline seperated data
        MathArrayInset(string const & str);
        ///