]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.C
remove unneeded member
[lyx.git] / src / mathed / math_braceinset.C
index 021334ac63704b2ef589ef63f910ee928161f052..614666d56efe84e74f253ef59ecded74bbd43e61 100644 (file)
@@ -18,6 +18,13 @@ MathBraceInset::MathBraceInset()
 {}
 
 
+MathBraceInset::MathBraceInset(MathArray const & ar)
+       : MathNestInset(1)
+{
+       cell(0) = ar;
+}
+
+
 MathInset * MathBraceInset::clone() const
 {
        return new MathBraceInset(*this);