]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathRoot.cpp
index 0102ebd08ddcda61dc4a36e7df5762c2de3ae6cc..95ad1a3e06b678070ba04732ebf85cb1a6e55912 100644 (file)
@@ -72,9 +72,8 @@ void InsetMathRoot::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathRoot::write(WriteStream & os) const
 {
-       bool brace = ensureMath(os);
+       MathEnsurer ensurer(os);
        os << "\\sqrt[" << cell(0) << "]{" << cell(1) << '}';
-       os.pendingBrace(brace);
 }