]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.cpp
* src/mathed/InsetMathHull.cpp:
[lyx.git] / src / mathed / InsetMathSize.cpp
index c014d90adfea13057dcfdc4ec1bbe95764cf3599..4e6e3e9796e2487c8ee8f46bc3c2c75788f03600 100644 (file)
@@ -52,6 +52,7 @@ void InsetMathSize::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathSize::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << "{\\" << key_->name << ' ' << cell(0) << '}';
 }