]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathSqrt.cpp
index 14f0600498ca7f3bacf31679896d6470a11b8cf1..ab63ac1e447ec4f984464c063bf45caf1e9c7d74 100644 (file)
@@ -80,9 +80,8 @@ void InsetMathSqrt::drawT(TextPainter & /*pain*/, int /*x*/, int /*y*/) const
 
 void InsetMathSqrt::write(WriteStream & os) const
 {
-       bool brace = ensureMath(os);
+       MathEnsurer ensurer(os);
        os << "\\sqrt{" << cell(0) << '}';
-       os.pendingBrace(brace);
 }