]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathDecoration.cpp
index 777fa75aca29b07b014cf601f5889e1a2db4c11a..7998373d22b733b5cbb3f76cc41e3207f128f8eb 100644 (file)
@@ -139,6 +139,7 @@ void InsetMathDecoration::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathDecoration::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        if (os.fragile() && protect())
                os << "\\protect";
        os << '\\' << key_->name << '{' << cell(0) << '}';