]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.h
Allow automatic text direction in Painter::text()
[lyx.git] / src / mathed / InsetMathSplit.h
index 0310ce13c492ca6495b8e068a0f7c8697fa11fa3..b0ff437f3ddcc5a2920f24f718024eca9062447a 100644 (file)
@@ -22,7 +22,7 @@ class InsetMathSplit : public InsetMathGrid {
 public:
        ///
        explicit InsetMathSplit(Buffer * buf, docstring const & name,
-               char valign = 'c');
+               char valign = 'c', bool numbered = false);
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -50,6 +50,8 @@ private:
        virtual Inset * clone() const;
        ///
        docstring name_;
+       ///
+       bool numbered_;
 };