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