]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.h
Support lgathered and rgathered math environments
[lyx.git] / src / mathed / InsetMathSplit.h
index b77b0db3f1d142688d4ada4902b968f36dfe9138..327b3010d6135bd613fb9b0760945b3a8b3a96aa 100644 (file)
@@ -18,7 +18,7 @@
 class InsetMathSplit : public InsetMathGrid {
 public:
        ///
-       explicit InsetMathSplit(std::string const & name);
+       explicit InsetMathSplit(std::string const & name, char valign = 'c');
 
        ///
        void draw(PainterInfo & pi, int x, int y) const;